Skip to content

Commit

Permalink
clean gomodules when finished
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo authored and aalda committed Aug 4, 2019
1 parent cd87509 commit c9d56d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ steps:
gocov-xml < coverage.json > coverage.xml
mkdir coverage
gocov-html < coverage.json > coverage/index.html
'$(GOROOT)/bin/go' clean -modcache
workingDirectory: '$(modulePath)'
displayName: 'Get dependencies, then build'

Expand Down

0 comments on commit c9d56d0

Please sign in to comment.