Skip to content

Commit eafdccb

Browse files
Andreas Sionirq
Andreas Sion
authored andcommitted
Remove version suffix
They are messing up the build for nuget.org. Will skip publishing all builds to myget unless this gets sorted out.
1 parent 590390a commit eafdccb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_script:
2424
- dotnet test "AuthenticatedEncryption.Tests/AuthenticatedEncryption.Tests.csproj" --configuration %configuration%
2525

2626
after_test:
27-
- dotnet pack .\AuthenticatedEncryption -c Release --version-suffix %APPVEYOR_BUILD_NUMBER%
27+
- dotnet pack .\AuthenticatedEncryption -c Release
2828

2929
artifacts:
3030
- path: '**\*.nupkg'
@@ -38,6 +38,7 @@ deploy:
3838
secure: Yc1XzJ8dryVs6qXbRM5hRLbQjCHDkp8sY5rwuYsRClQ29vVFUlVfT0XpGWm5o/6m
3939
on:
4040
branch: master
41+
appveyor_repo_tag: true
4142
- provider: NuGet
4243
name: nuget.org
4344
api_key:

0 commit comments

Comments
 (0)