We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590390a commit eafdccbCopy full SHA for eafdccb
appveyor.yml
@@ -24,7 +24,7 @@ test_script:
24
- dotnet test "AuthenticatedEncryption.Tests/AuthenticatedEncryption.Tests.csproj" --configuration %configuration%
25
26
after_test:
27
- - dotnet pack .\AuthenticatedEncryption -c Release --version-suffix %APPVEYOR_BUILD_NUMBER%
+ - dotnet pack .\AuthenticatedEncryption -c Release
28
29
artifacts:
30
- path: '**\*.nupkg'
@@ -38,6 +38,7 @@ deploy:
38
secure: Yc1XzJ8dryVs6qXbRM5hRLbQjCHDkp8sY5rwuYsRClQ29vVFUlVfT0XpGWm5o/6m
39
on:
40
branch: master
41
+ appveyor_repo_tag: true
42
- provider: NuGet
43
name: nuget.org
44
api_key:
0 commit comments