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 14c5782 commit 6ddaa9dCopy full SHA for 6ddaa9d
helix.cmd
@@ -3,13 +3,13 @@
3
:: This command sends helix test job from local machine
4
5
SET DOTNET_ROOT=%~dp0.dotnet\
6
-SET BUILD_SOURCEBRANCH="main"
7
-SET BUILD_REPOSITORY_NAME="efcore"
8
-SET SYSTEM_TEAMPROJECT="public"
9
-SET BUILD_REASON="test"
+SET BUILD_SOURCEBRANCH=main
+SET BUILD_REPOSITORY_NAME=efcore
+SET SYSTEM_TEAMPROJECT=public
+SET BUILD_REASON=test
10
11
IF NOT EXIST "%DOTNET_ROOT%\dotnet.exe" (
12
call dotnet msbuild eng\helix.proj /restore /t:Test %*
13
) ELSE (
14
call %DOTNET_ROOT%\dotnet.exe msbuild eng\helix.proj /restore /t:Test %*
15
-)
+)
0 commit comments