File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ before_build:
1010- ps : >-
1111 dotnet restore
1212
13- dotnet tool install -g GitVersion.Tool
13+ dotnet tool install -g GitVersion.Tool -version 4.0.1-beta1-58
1414
1515 dotnet gitversion /output buildserver
1616
@@ -26,10 +26,9 @@ dotnet_csproj:
2626build :
2727 parallel : true
2828 verbosity : minimal
29- publish_nuget : true
3029after_build :
3130- ps : >-
32- # 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"
3332
3433 $currentCommitIsTagged = git tag -l --points-at HEAD
3534
You can’t perform that action at this time.
0 commit comments