Skip to content

Commit

Permalink
More attempts to get releases working
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jan 28, 2019
1 parent 2ae91a8 commit 81966b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ steps:
targetFolder: $(Build.ArtifactStagingDirectory)/npm
displayName: 'Copy npm package'

- task: CopyFiles@2
inputs:
sourceFolder: '$(Build.SourcesDirectory)'
contents: 'package.json'
targetFolder: $(Build.ArtifactStagingDirectory)/npm
displayName: 'Copy package.json'

- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)/npm'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "golang-wasm-async-loader",
"version": "0.2.4",
"version": "0.2.5",
"description": "Golang WebAssembly loader for webpack that generates an async pattern for working with Go's WebAssembly output",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 81966b9

Please sign in to comment.