Skip to content

Commit 5ebc90f

Browse files
author
Danny McCormick
authored
Remove bad working directory (#446)
1 parent 9f335a9 commit 5ebc90f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ steps:
2020
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
2121
cd _build
2222
npm publish || true # Ignore publish failures, usually will happen because package already exists
23-
displayName: (azure-pipelines-task-lib) npm publish
24-
workingDirectory: node
23+
displayName: npm publish
2524
condition: and(succeeded(), in(variables['build.reason'], 'IndividualCI', 'BatchedCI', 'Manual'), eq(variables['build.sourcebranchname'], 'master'))
2625
env:
27-
NPM_TOKEN: $(npmPublishToken)
26+
NPM_TOKEN: $(npmPublishToken)

0 commit comments

Comments
 (0)