Update workflow-common-release.yml
This commit is contained in:
Родитель
4b3811fb75
Коммит
bbc95cb919
|
@ -66,18 +66,6 @@ jobs:
|
|||
vs where release
|
||||
echo "##vso[task.prependpath]$(vs where release --prop=InstallationPath)\MSBuild\Current\Bin"
|
||||
|
||||
- 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: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -89,6 +77,11 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: Install .NET 7
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
|
||||
- name: Install DotNet workloads
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче