Skip to content

Commit

Permalink
fixed build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayasanker Karakulath committed Nov 30, 2021
1 parent 1a367e6 commit 1c9bd75
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
output_location: "public" # Built app content directory - optional
###### End of Repository/Build Configurations ######

- task: PublishPipelineArtifact@1
inputs:
targetPath: $(System.DefaultWorkingDirectory)/public
artifactName: WebApp

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c9bd75

Please sign in to comment.