Skip to content

Commit

Permalink
Fix build pipeline for transition to VS2022 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft authored Mar 3, 2022
1 parent c0d9ac0 commit 7fb5f19
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
6 changes: 0 additions & 6 deletions pipelines/azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ jobs:
cleanDestinationFolder: false
overwriteExistingFiles: false

# NuGetCommand task, but since there are two duplicate tasks by this name in the org, must refer to it by GUID
- task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2
displayName: Restore Packages
inputs:
restoreSolution: "$(solution)"

- task: DotNetCoreCLI@2
displayName: Restore
inputs:
Expand Down
5 changes: 0 additions & 5 deletions pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ jobs:
$manifest.save("$(workingDirectory)/WingetCreatePackage/Package.appxmanifest")
displayName: "Update package manifest version"
- task: NuGetCommand@2
displayName: Restore Packages
inputs:
restoreSolution: "$(solution)"

- task: DotNetCoreCLI@2
displayName: Restore
inputs:
Expand Down
2 changes: 1 addition & 1 deletion src/WingetCreatePackage/WingetCreatePackage.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>ac37dfd2-1332-4282-b373-8dcf8bb4e3ba</ProjectGuid>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<EntryPointProjectUniqueName>..\WingetCreateCLI\WingetCreateCLI.csproj</EntryPointProjectUniqueName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>154eb646-d902-41b5-9ce1-e78acc63aa0a</ProjectGuid>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
Expand Down

0 comments on commit 7fb5f19

Please sign in to comment.