-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67ca2c4
commit 6bb33d8
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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 |