浏览代码

Reverted last commit

flabbet 4 年之前
父节点
当前提交
0c8ed124ab
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      azure-pipelines.yml

+ 3 - 1
azure-pipelines.yml

@@ -12,6 +12,8 @@ variables:
 
 steps:
 - task: NuGetToolInstaller@1
+  inputs:
+    versionSpec: '5.x'
 
 - task: NuGetCommand@2
   inputs:
@@ -27,7 +29,7 @@ steps:
   displayName: Build
   inputs:
     command: 'build'
-    projects: '!**/*.MSIX.wapproj'
+    projects: '**/*.csproj'
     arguments: '--configuration Release'
 
 - task: DotNetCoreCLI@2