Skip to content

Commit

Permalink
chore(net-core): Fixed appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog committed Aug 27, 2022
1 parent 48068f8 commit 774a4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ build_script:
- dotnet publish .\src\gsudo\gsudo.csproj -c Release -f net46 -p:Platform=x64

after_build:
- 7z a gsudo.net70.x64.Unsigned.v%APPVEYOR_BUILD_VERSION%.zip .\src\gsudo\bin\net7.0\win-x64\publish\*.* .\src\gsudo.extras\gsudoModule.* .\src\gsudo.extras\Invoke-gsudo.ps1
- 7z a gsudo.net70.x64.Unsigned.v%APPVEYOR_BUILD_VERSION%.zip .\src\gsudo\bin\net7.0\win-x64\publish\*.* .\src\gsudo.Wrappers\gsudoModule.* .\src\gsudo.Wrappers\Invoke-gsudo.ps1
- appveyor PushArtifact gsudo.net70.x64.Unsigned.v%APPVEYOR_BUILD_VERSION%.zip

- 7z a gsudo.net70.x86.Unsigned.v%APPVEYOR_BUILD_VERSION%.zip .\src\gsudo\bin\net7.0\win-x86\publish\*.* .\src\gsudo.extras\gsudoModule.* .\src\gsudo.extras\Invoke-gsudo.ps1
- 7z a gsudo.net70.x86.Unsigned.v%APPVEYOR_BUILD_VERSION%.zip .\src\gsudo\bin\net7.0\win-x86\publish\*.* .\src\gsudo.Wrappers\gsudoModule.* .\src\gsudo.Wrappers\Invoke-gsudo.ps1
- appveyor PushArtifact gsudo.net70.x86.Unsigned.v%APPVEYOR_BUILD_VERSION%.zip

- 7z a gsudo.net46.AnyCpu.Unsigned.v%APPVEYOR_BUILD_VERSION%.zip .\src\gsudo\bin\net46\publish\*.* .\src\gsudo.extras\gsudoModule.* .\src\gsudo.extras\Invoke-gsudo.ps1
- 7z a gsudo.net46.AnyCpu.Unsigned.v%APPVEYOR_BUILD_VERSION%.zip .\src\gsudo\bin\net46\publish\*.* .\src\gsudo.Wrappers\gsudoModule.* .\src\gsudo.Wrappers\Invoke-gsudo.ps1
- appveyor PushArtifact gsudo.net46.AnyCpu.Unsigned.v%APPVEYOR_BUILD_VERSION%.zip

test_script:
Expand Down

0 comments on commit 774a4b2

Please sign in to comment.