-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency nerdbank.gitversioning to 3.7.112 (#466)
* chore(deps): update dependency nerdbank.gitversioning to 3.7.112 * remove winsdk install --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Vreony <[email protected]>
- Loading branch information
1 parent
597c863
commit e5dfeb5
Showing
3 changed files
with
2 additions
and
45 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
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 |
---|---|---|
|
@@ -57,18 +57,6 @@ jobs: | |
dotnet workload install android ios tvos macos maui wasm-tools | ||
dotnet workload list | ||
- name: Install Windows SDK 10.0.16299 | ||
shell: pwsh | ||
run: | | ||
Invoke-WebRequest -Uri https://go.microsoft.com/fwlink/p/?linkid=864422 -OutFile winsdk.exe | ||
$startInfo = New-Object System.Diagnostics.ProcessStartInfo | ||
$startInfo.FileName = "winsdk.exe" | ||
$startInfo.Arguments = "/norestart /quiet" | ||
$process = New-Object System.Diagnostics.Process | ||
$process.StartInfo = $startInfo | ||
$process.Start() | ||
$process.WaitForExit() | ||
- name: Add MSBuild to PATH | ||
uses: microsoft/[email protected] | ||
|
||
|
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