Browse Source

Reverted last commit

flabbet 4 years ago
parent
commit
0c8ed124ab
1 changed files with 3 additions and 1 deletions
  1. 3 1
      azure-pipelines.yml

+ 3 - 1
azure-pipelines.yml

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