diff --git a/appveyor.yml b/appveyor.yml index d423b9a..008df14 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -72,6 +72,7 @@ after_build: - xcopy Src\%SOLUTION_NAME%\bin\Release\netstandard2.1\*.* Build\.netstandard2.1\ - copy Src\%SOLUTION_NAME%\bin\Release\%SOLUTION_NAME%.%APPVEYOR_BUILD_VERSION%.nupkg %SOLUTION_NAME%.%APPVEYOR_BUILD_VERSION%.nupkg +- copy Src\%SOLUTION_NAME%\bin\Release\%SOLUTION_NAME%.%APPVEYOR_BUILD_VERSION%.snupkg %SOLUTION_NAME%.%APPVEYOR_BUILD_VERSION%.snupkg - rd /s /q %CD%\Src\%SOLUTION_NAME%\bin\Release\ @@ -84,16 +85,6 @@ after_build: - 7z a -tzip -mx9 "%SOLUTION_NAME%.%APPVEYOR_BUILD_VERSION%.zip" Build - 7z a -tzip -mx9 "%SOLUTION_NAME%.%APPVEYOR_BUILD_VERSION%.Coverage.zip" Coverage -artifacts: -- path: $(SOLUTION_NAME).%APPVEYOR_BUILD_VERSION%.zip - name: ZipFile - -- path: $(SOLUTION_NAME).%APPVEYOR_BUILD_VERSION%.nupkg - name: Package - -- path: $(SOLUTION_NAME).%APPVEYOR_BUILD_VERSION%.Coverage.zip - name: Coverage - deploy: - provider: NuGet api_key: $(NUGET_TOKEN) @@ -108,4 +99,3 @@ deploy: description: 'Release of $(SOLUTION_NAME) - v$(appveyor_build_version)' auth_token: $(GITHUB_TOKEN) force_update: true - artifact: ZipFile, Package, Coverage