Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed May 31, 2024
1 parent f432120 commit 27dce59
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\

Expand All @@ -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)
Expand All @@ -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

0 comments on commit 27dce59

Please sign in to comment.