Skip to content

Commit

Permalink
ci: set DOTNET_INSTALL_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Feb 13, 2024
1 parent a2f2cfb commit 46a4875
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build_uno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ on:
- 'src/Uno/**'
- 'tests/Uno/**'

env:
DOTNET_INSTALL_DIR: ${{ github.workspace }}\.dotnet

jobs:
build-prism-uno:
uses: avantipoint/workflow-templates/.github/workflows/msbuild-build.yml@master
with:
name: Build Prism.Uno
solution-path: PrismLibrary_Uno.slnf
windows-sdk-version: 18362
dotnet-version: 8.0.100
dotnet-version: 8.0.x
uno-check: true
uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip vsmac'
run-tests: false
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
- .github/workflows/ci.yml
workflow_dispatch:

env:
DOTNET_INSTALL_DIR: ${{ github.workspace }}\.dotnet

jobs:
build-prism-core:
uses: avantipoint/workflow-templates/.github/workflows/dotnet-build.yml@master
Expand Down Expand Up @@ -66,7 +69,7 @@ jobs:
name: Build Prism.Uno
solution-path: PrismLibrary_Uno.slnf
windows-sdk-version: 18362
dotnet-version: 8.0.100
dotnet-version: 8.0.x
uno-check: true
uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip vsmac'
run-tests: false
Expand Down

0 comments on commit 46a4875

Please sign in to comment.