Skip to content

Commit

Permalink
Downgraded package, so Azure Pipelines won't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet authored and CPKreu committed Apr 27, 2021
1 parent 0c8ed12 commit 1392f59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion PixiEditor.MSIX/PixiEditor.MSIX.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.19041.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.19041.1" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PixiEditor\PixiEditor.csproj">
Expand Down
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ variables:

steps:
- task: NuGetToolInstaller@1
inputs:
versionSpec: '5.x'

- task: NuGetCommand@2
inputs:
Expand Down

0 comments on commit 1392f59

Please sign in to comment.