Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Sep 30, 2024
1 parent ba2db05 commit 1500661
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,29 @@ nuget:

for:

-
matrix:
only:
- job_name: Windows build
-
matrix:
only:
- job_name: Windows build

build_script:
- cmd: dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r win-x64 --self-contained true
build_script:
- dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r win-x64 --self-contained true

-
matrix:
only:
- job_name: MacOS build
-
matrix:
only:
- job_name: MacOS build

build_script:
- cmd: dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r osx-x64 --self-contained true
build_script:
- dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r osx-x64 --self-contained true

-
matrix:
only:
- job_name: Linux build
-
matrix:
only:
- job_name: Linux build

build_script:
- cmd: dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r linux-x64 --self-contained true
build_script:
- dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r linux-x64 --self-contained true


artifacts:
Expand Down

0 comments on commit 1500661

Please sign in to comment.