Skip to content

Commit

Permalink
Remove version suffix
Browse files Browse the repository at this point in the history
They are messing up the build for nuget.org.
Will skip publishing all builds to myget unless this gets sorted out.
  • Loading branch information
Andreas Sion authored and irq committed Jun 11, 2020
1 parent 590390a commit eafdccb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -24,7 +24,7 @@ test_script:
- dotnet test "AuthenticatedEncryption.Tests/AuthenticatedEncryption.Tests.csproj" --configuration %configuration%

after_test:
- dotnet pack .\AuthenticatedEncryption -c Release --version-suffix %APPVEYOR_BUILD_NUMBER%
- dotnet pack .\AuthenticatedEncryption -c Release

artifacts:
- path: '**\*.nupkg'
Expand All @@ -38,6 +38,7 @@ deploy:
secure: Yc1XzJ8dryVs6qXbRM5hRLbQjCHDkp8sY5rwuYsRClQ29vVFUlVfT0XpGWm5o/6m
on:
branch: master
appveyor_repo_tag: true
- provider: NuGet
name: nuget.org
api_key:
Expand Down

0 comments on commit eafdccb

Please sign in to comment.