We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1498d14 commit 6fb6bc9Copy full SHA for 6fb6bc9
build.cmd
@@ -1 +1,8 @@
1
-msbuild WebJobs.Script.proj /p:Configuration=Release
+@ECHO Off
2
+
3
+SET Config=%1
4
+IF "%1"=="" (
5
+ SET Config="Release"
6
+)
7
8
+msbuild WebJobs.Script.proj /p:Configuration=%Config%
0 commit comments