소스 검색

Downgraded package, so Azure Pipelines won't complain

flabbet 4 년 전
부모
커밋
1392f59955
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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>
   <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">

+ 0 - 2
azure-pipelines.yml

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