Skip to content

Commit 211c1e0

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent 6f7e3c4 commit 211c1e0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ pool:
1010
name: Default
1111

1212
steps:
13-
- task: UseDotNet@2
14-
inputs:
15-
packageType: 'sdk'
16-
version: '7.x'
1713
- task: NodeTool@0
1814
inputs:
1915
versionSpec: '16.14.x'
@@ -53,7 +49,7 @@ steps:
5349
publishWebProjects: false
5450
zipAfterPublish: false
5551
modifyOutputPath: false
56-
workingDirectory: '$(Build.Repository.LocalPath)\src\Scim\SimpleIdServer.Scim.SqlServer.Startup'
52+
workingDirectory: '$(Build.Repository.LocalPath)\src\Scim\SimpleIdServer.Scim.Startup'
5753

5854
- task: CopyFiles@2
5955
displayName: 'Copy website'

0 commit comments

Comments
 (0)