We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9012f25 commit 8c54b8aCopy full SHA for 8c54b8a
azure-pipelines.yml
@@ -17,11 +17,11 @@ steps:
17
- script: dotnet build --configuration $(buildConfiguration)
18
displayName: 'dotnet build $(buildConfiguration)'
19
20
-- task: gulp@0
21
- inputs:
22
- gulpFile: './src/AccountGoWeb/gulpfile.js'
23
- workingDirectory: './src/AccountGoWeb'
24
- gulpjs: '/node_modules/gulp/bin/gulp.js'
+# - task: gulp@0
+# inputs:
+# gulpFile: './src/AccountGoWeb/gulpfile.js'
+# workingDirectory: './src/AccountGoWeb'
+# gulpjs: '/node_modules/gulp/bin/gulp.js'
25
26
# - task: Bash@3
27
# inputs:
0 commit comments