Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Sep 29, 2024
1 parent 8056f4c commit aafeb3e
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,17 @@ dotnet_csproj:
informational_version: '{version}'
nuget:
project_feed: true
before_build:
- ps: dotnet restore
build:
project: Mirivoice.sln
parallel: true
verbosity: minimal
after_build:
- ps: dotnet publish -c Release -r %PLATFORM% --self-contained --project Mirivoice.Desktop\Mirivoice.Desktop.csproj
build_script:
- cmd: dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r %PLATFORM% --self-contained true
artifacts:
- path: bin\Release\net8.0\win-x64\MiriVoice.zip
- path: C:\projects\mirivoice\Mirivoice.Desktop\bin\Release\net8.0\win-x64\publish
name: MiriVoice-win-x64
- path: bin\Release\net8.0\osx-x64\MiriVoice.zip
name: MiriVoice-macOS
- path: bin\Release\net8.0\linux-x64\MiriVoice.zip
name: MiriVoice-linux
- path: C:\projects\mirivoice\Mirivoice.Desktop\bin\Release\net8.0\win-x86\publish
name: MiriVoice-win-x86
- path: C:\projects\mirivoice\Mirivoice.Desktop\bin\Release\net8.0\osx-x64\publish
name: MiriVoice-osx-x64
- path: C:\projects\mirivoice\Mirivoice.Desktop\bin\Release\net8.0\linux-x64\publish
name: MiriVoice-linux-x64
deploy:
- provider: GitHub
tag: build/$(APPVEYOR_BUILD_VERSION)
Expand All @@ -45,7 +41,6 @@ deploy:
auth_token:
secure: EZGpxMjy4Z14QdM0UqgRTRn+GRbehi7bp6TtZVjH04PqNqMljX9d1QU29YDHOhld
repository: EX3exp/MiriVoice
artifact: /.*\.nupkg/
prerelease: true
force_update: true
on:
Expand All @@ -57,7 +52,6 @@ deploy:
auth_token:
secure: EZGpxMjy4Z14QdM0UqgRTRn+GRbehi7bp6TtZVjH04PqNqMljX9d1QU29YDHOhld
repository: EX3exp/MiriVoice
artifact: /.*\.nupkg/
prerelease: false
force_update: true
on:
Expand Down

0 comments on commit aafeb3e

Please sign in to comment.