File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
common/config/azure-pipelines Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,21 @@ jobs:
32
32
steps :
33
33
- checkout : pagesBranch
34
34
persistCredentials : true
35
+ path : tsdoc
35
36
36
37
- script : git checkout gh-pages
37
38
displayName : ' Checkout gh-pages Branch'
39
+ workingDirectory : ' $(Agent.BuildDirectory)/tsdoc'
38
40
39
41
- script : rm -r $(Build.SourcesDirectory)/*
40
42
displayName : ' Clean Pages Branch'
43
+ workingDirectory : ' $(Agent.BuildDirectory)/tsdoc'
41
44
42
45
- task : DownloadPipelineArtifact@2
43
46
displayName : ' Download Playground Artifacts'
44
47
inputs :
45
48
artifact : playground
46
- targetPath : $(Build.SourcesDirectory)
49
+ targetPath : $(Agent.BuildDirectory)/tsdoc
47
50
48
51
- template : /common/config/azure-pipelines/templates/configure-git.yaml@self
49
52
58
61
echo "No changes"
59
62
fi
60
63
displayName: 'Commit and push playground artifacts'
64
+ workingDirectory: '$(Agent.BuildDirectory)/tsdoc'
You can’t perform that action at this time.
0 commit comments