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 630c4b6 commit c1127be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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 win-x64 --self-contained true
dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r %PLATFORM% --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 c1127be

Please sign in to comment.