There was an error while loading. Please reload this page.
1 parent 6f7e3c4 commit 211c1e0Copy full SHA for 211c1e0
1 file changed
azure-pipelines.yml
@@ -10,10 +10,6 @@ pool:
10
name: Default
11
12
steps:
13
-- task: UseDotNet@2
14
- inputs:
15
- packageType: 'sdk'
16
- version: '7.x'
17
- task: NodeTool@0
18
inputs:
19
versionSpec: '16.14.x'
@@ -53,7 +49,7 @@ steps:
53
49
publishWebProjects: false
54
50
zipAfterPublish: false
55
51
modifyOutputPath: false
56
- workingDirectory: '$(Build.Repository.LocalPath)\src\Scim\SimpleIdServer.Scim.SqlServer.Startup'
52
+ workingDirectory: '$(Build.Repository.LocalPath)\src\Scim\SimpleIdServer.Scim.Startup'
57
58
- task: CopyFiles@2
59
displayName: 'Copy website'
0 commit comments