We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0720f1d commit 0ad430eCopy full SHA for 0ad430e
1 file changed
appveyor.yml
@@ -12,16 +12,8 @@ test_script:
12
- pwsh: dotnet test test -c Release --no-build
13
14
after_test:
15
-- pwsh: dotnet pack $env:APPVEYOR_BUILD_FOLDER\src -c Release --include-symbols --no-build -o artifacts\nuget
+- pwsh: dotnet pack $env:APPVEYOR_BUILD_FOLDER\src -c Release --include-symbols --no-build -o artifacts\nuget
16
17
artifacts:
18
- path: '**\artifacts\nuget\*.nupkg'
19
name: Nuget
20
-
21
-deploy:
22
-- provider: NuGet
23
- api_key:
24
- secure: N5hPFSyZf1EHN9bQ2Bj+0qfuAcxSVpanQqos6kJyUY/IK280ET4IZziCGU/nKiAn
25
- artifact: NuGet
26
- on:
27
- appveyor_repo_tag: true
0 commit comments