Browse Source

Downgraded package, so Azure Pipelines won't complain

flabbet 4 years ago
parent
commit
1392f59955
2 changed files with 1 additions and 3 deletions
  1. 1 1
      PixiEditor.MSIX/PixiEditor.MSIX.wapproj
  2. 0 2
      azure-pipelines.yml

+ 1 - 1
PixiEditor.MSIX/PixiEditor.MSIX.wapproj

@@ -119,7 +119,7 @@
   </ItemGroup>
   </ItemGroup>
   <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
   <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
   <ItemGroup>
   <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>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\PixiEditor\PixiEditor.csproj">
     <ProjectReference Include="..\PixiEditor\PixiEditor.csproj">

+ 0 - 2
azure-pipelines.yml

@@ -12,8 +12,6 @@ variables:
 
 
 steps:
 steps:
 - task: NuGetToolInstaller@1
 - task: NuGetToolInstaller@1
-  inputs:
-    versionSpec: '5.x'
 
 
 - task: NuGetCommand@2
 - task: NuGetCommand@2
   inputs:
   inputs: