FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ServiceStack/build.cmd at master · usercheng/ServiceStack · GitHub
usercheng
/
ServiceStack
Public
forked from
ServiceStack/ServiceStack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ServiceStack
/
build.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (12 loc) · 348 Bytes
Breadcrumbs
ServiceStack
/
build.cmd
Copy path
File metadata and controls
15 lines (12 loc) · 348 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
@
echo
off
set
target
=
%1
if
"
%target%
"
==
"
"
(
set
target
=
UnitTests
)
if
"
%target%
"
==
"
NuGetPack
"
(
if
"
%BUILD_NUMBER%
"
==
"
"
(
echo
BUILD_NUMBER environment variable is not set.
exit;
)
)
%WINDIR%
\Microsoft.NET\Framework\v4.0.30319\msbuild Build\Build.proj /target:
%target%
/v:M /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false
Back
|
FazBrowse Home
|
New Git URL