Skip to content

Commit

Permalink
Fixed Windows and MAUI YAMLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
skst committed Feb 20, 2024
1 parent 471387a commit d537353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ env:
ARTIFACT_PACKAGE: package-calculatex

concurrency:
group: calculatex-${{ github.ref }}-1
group: calculatex-${{ github.ref }}-1-dotnet
cancel-in-progress: true

# Jobs are run in parallel unless `needs` is specified.
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Clean solution
run: dotnet clean CalculateX.Windows.sln --configuration ${{env.BUILD_CONFIGURATION}}
- name: Clean NuGet
run: dotnet nuget CalculateX.Windows.sln locals all --clear
run: dotnet nuget locals all --clear

# https://docs.microsoft.com/en-us/dotnet/core/tools/
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ env:
#ARTIFACT_PACKAGE: package-calculatex

concurrency:
group: calculatex-${{ github.ref }}-1
group: calculatex-${{ github.ref }}-1-maui
cancel-in-progress: true

# Jobs are run in parallel unless `needs` is specified.
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Clean solution
run: dotnet clean CalculateX.MAUI.sln --configuration ${{env.BUILD_CONFIGURATION}}
- name: Clean NuGet
run: dotnet nuget CalculateX.MAUI.sln locals all --clear
run: dotnet nuget locals all --clear

# https://docs.microsoft.com/en-us/dotnet/core/tools/
- name: Build
Expand Down

0 comments on commit d537353

Please sign in to comment.