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 c1127be commit 2c568d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ build_script:
- cmd: >-
dotnet restore C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj
dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r %PLATFORM% --self-contained true
dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r win-x64 --self-contained true
dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r osx-x64 --self-contained true
dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r linux-x64 --self-contained true
artifacts:
- path: Mirivoice.Desktop\bin\Any CPU\Release\net8.0\win-x64\publish\
name: MiriVoice-win-x64
Expand Down

0 comments on commit 2c568d6

Please sign in to comment.