Skip to content

Commit e24284b

Browse files
committed
Skip re-packing when testing on CI
1 parent 33aca26 commit e24284b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
setlocal
33
pushd "%~dp0"
4-
dotnet pack
4+
if not defined CI dotnet pack
55
dotnet new --install src\ConsoleApp || goto :finally
66
dotnet new docopt-console -o tmp -n MyConsoleApp || goto :finally
77
dotnet run --project tmp -- --help || goto :finally

0 commit comments

Comments
 (0)