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 26, 2024
1 parent 3507f31 commit d1af534
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: 1.0.1.{build}
version: 1.0.0.{build}
branches:
only:
- stable
- main
skip_tags: true
image:
- Visual Studio 2022
- macOS
Expand All @@ -12,7 +13,7 @@ platform: Any CPU
shallow_clone: true
dotnet_csproj:
patch: true
file: Mirivoice.Desktop/Mirivoice.Desktop.csproj
file: '**/Mirivoice.Desktop.csproj'
version: '{version}'
version_prefix: '{version}'
package_version: '{version}'
Expand All @@ -24,7 +25,7 @@ nuget:
before_build:
- cmd: nuget restore
build:
project: Mirivoice.Desktop/Mirivoice.Desktop.csproj
project: Mirivoice.sln
parallel: true
verbosity: minimal
deploy:
Expand Down

0 comments on commit d1af534

Please sign in to comment.