Skip to content

Commit c7c1242

Browse files
committed
Updated appveyor file
1 parent d65228b commit c7c1242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_build:
1010
- ps: >-
1111
dotnet restore
1212
13-
dotnet tool install -g GitVersion.Tool -version 4.0.1-beta1-58
13+
dotnet tool install -g GitVersion.Tool --version 4.0.1-beta1-58
1414
1515
dotnet gitversion /output buildserver
1616
@@ -28,7 +28,7 @@ build:
2828
verbosity: minimal
2929
after_build:
3030
- ps: >-
31-
dotnet pack $Env:APPVEYOR_PROJECT_NAME/$Env:APPVEYOR_PROJECT_NAME.csproj --configuration Release /p:Version="$Env:GitVersion_NuGetVersion"
31+
dotnet pack $Env:APPVEYOR_PROJECT_NAME/$Env:APPVEYOR_PROJECT_NAME.csproj --configuration Release /p:Version="$Env:GitVersion_NuGetVersion" --no-build
3232
3333
$currentCommitIsTagged = git tag -l --points-at HEAD
3434

0 commit comments

Comments
 (0)