FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
simple-binary-encoding/csharp/csharpbuild.cmd at master · OverfittingStudyRoom/simple-binary-encoding · GitHub
OverfittingStudyRoom
/
simple-binary-encoding
Public
forked from
aeron-io/simple-binary-encoding
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
simple-binary-encoding
/
csharp
/
csharpbuild.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (14 loc) · 683 Bytes
Breadcrumbs
simple-binary-encoding
/
csharp
/
csharpbuild.cmd
Copy path
File metadata and controls
19 lines (14 loc) · 683 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@
ECHO
OFF
SETLOCAL
SET
VERSION
=
1.0.7.9
SET
MSBUILD
=
"
c:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/msbuild.exe
"
SET
MSTEST
=
"
c:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/MSTest.exe
"
SET
COPYRIGHT
=
"
Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014. All rights reserved.
"
SET
CONFIGURATION
=
"
Release
"
REM
Restore packages
%MSBUILD%
csharp.sln /target:Restore /property:Configuration=
%CONFIGURATION%
REM
Rebuild
%MSBUILD%
csharp.sln /target:Rebuild /property:Configuration=
%CONFIGURATION%
REM
Run Tests
%MSTEST%
/testcontainer:sbe-tests/bin/
%CONFIGURATION%
/net45/Org.SbeTool.Sbe.UnitTests.dll
ENDLOCAL
Back
|
FazBrowse Home
|
New Git URL