Skip to content

Commit

Permalink
Use CPM for build checks (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
williambohrmann3 authored Aug 16, 2023
1 parent 67ca2c4 commit 6bb33d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BuildSuccess_Check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: microsoft/[email protected]
- name: Build MAUI
run: |
msbuild /restore /t:Build src/MAUI/ArcGIS.Samples.MAUI.sln /p:Configuration=Release
msbuild /restore /t:Build src/MAUI/ArcGIS.Samples.MAUI.sln /p:Configuration=Release /p:CentralPackageManagementEnabled=true
# WPF .NET Build
build-wpf:
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Build WPF .NET
run: |
msbuild /restore /t:Build src/WPF/ArcGIS.WPF.Viewer.Net.sln /p:Configuration=Release
msbuild /restore /t:Build src/WPF/ArcGIS.WPF.Viewer.Net.sln /p:Configuration=Release /p:CentralPackageManagementEnabled=true
# WPF .NET Framework Build
Expand All @@ -55,7 +55,7 @@ jobs:

- name: Build WPF .NETFramework
run: |
msbuild /restore /t:Build src/WPF/ArcGIS.WPF.Viewer.NetFramework.sln /p:Configuration=Release
msbuild /restore /t:Build src/WPF/ArcGIS.WPF.Viewer.NetFramework.sln /p:Configuration=Release /p:CentralPackageManagementEnabled=true
# WinUI Build
build-winUI:
Expand All @@ -70,4 +70,4 @@ jobs:

- name: Build WinUI
run: |
msbuild /restore /t:Build src/WinUI/ArcGIS.WinUI.Viewer.sln /p:Configuration=Release
msbuild /restore /t:Build src/WinUI/ArcGIS.WinUI.Viewer.sln /p:Configuration=Release /p:CentralPackageManagementEnabled=true

0 comments on commit 6bb33d8

Please sign in to comment.