Skip to content

Update Windows CI scripts#1797

Merged
imalcolm1 merged 26 commits intov.nextfrom
ian/update-ci-scripts
Apr 30, 2026
Merged

Update Windows CI scripts#1797
imalcolm1 merged 26 commits intov.nextfrom
ian/update-ci-scripts

Conversation

@imalcolm1
Copy link
Copy Markdown
Collaborator

@imalcolm1 imalcolm1 commented Apr 28, 2026

Description

Removes dependency on Visual Studio and uses the dotnet-install.ps1 script to install dotnet in the jenkins workspace.

Type of change

  • CI Update

Platforms tested on

  • Windows builds

Checklist

  • Self-review of changes
  • All changes work as expected on all affected platforms
  • There are no warnings related to changes
  • Code is commented and follows .NET conventions and standards
  • Codemaid and XAML styler extensions have been run on every changed file
  • No unrelated changes have been made to any other code or project files

@imalcolm1 imalcolm1 changed the base branch from main to v.next April 28, 2026 18:50
@imalcolm1 imalcolm1 marked this pull request as ready for review April 28, 2026 18:54
</ItemGroup>

<MSBuild Projects="@(WPFProject)" Targets="Build" Properties="Configuration=$(Configuration);TargetFramework=$(_NetWindowsTarget);Platform=x64" />
<MSBuild Projects="@(WPFWAPProject)" Targets="Restore" Properties="Configuration=$(Configuration);ArcGISMapsSDKVersion=$(ArcGISMapsSDKVersion)" />
Copy link
Copy Markdown
Collaborator Author

@imalcolm1 imalcolm1 Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are moving away from using Visual Studio for the builds, we are going to need to find another way to package the WPF viewer as a store build. For now we're removing the WAP builds, and will make an internal issue to fix this before the next release. We can always build the store package manually

@imalcolm1 imalcolm1 requested a review from dotMorten April 28, 2026 21:04
@imalcolm1 imalcolm1 force-pushed the ian/update-ci-scripts branch from 2346528 to 2fb07ef Compare April 30, 2026 00:25
@imalcolm1 imalcolm1 merged commit 2018242 into v.next Apr 30, 2026
2 checks passed
@imalcolm1 imalcolm1 deleted the ian/update-ci-scripts branch April 30, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants