Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
gremito committed Mar 17, 2020
1 parent ab1fd05 commit 86b7247
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ steps:
echo 'Hello World!!\n\nver 1.0.0' >> $(System.DefaultWorkingDirectory)/bin/share.txt
cat $(System.DefaultWorkingDirectory)/bin/share.txt
# # cp -r $(System.DefaultWorkingDirectory)/bin $(Build.ArtifactStagingDirectory)
# cp -r $(System.DefaultWorkingDirectory)/bin $(Pipeline.Workspace)
# cd $(Pipeline.Workspace)
# pwd
cp -r $(System.DefaultWorkingDirectory)/bin $(Build.ArtifactStagingDirectory)
displayName: 'Create share.txt'

Expand Down

0 comments on commit 86b7247

Please sign in to comment.