We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aca26 commit e24284bCopy full SHA for e24284b
1 file changed
test.cmd
@@ -1,7 +1,7 @@
1
@echo off
2
setlocal
3
pushd "%~dp0"
4
-dotnet pack
+if not defined CI dotnet pack
5
dotnet new --install src\ConsoleApp || goto :finally
6
dotnet new docopt-console -o tmp -n MyConsoleApp || goto :finally
7
dotnet run --project tmp -- --help || goto :finally
0 commit comments