Skip to content

Commit

Permalink
Merge pull request #100 from twsouthwick/build
Browse files Browse the repository at this point in the history
Fix pack command for blazor
  • Loading branch information
Sweekriti91 committed Jul 25, 2019
2 parents cdea9bf + 233d603 commit 280fc3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 4 additions & 5 deletions build/build-master.yml
Expand Up @@ -15,23 +15,22 @@ stages:
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: DotNetCoreCLI@2
inputs:
displayName: 'Build Blazor'
command: 'build'
projects: 'HotUI.Blazor.sln'
arguments: '-c $(BuildConfiguration)'
- task: DotNetCoreCLI@2
inputs:
displayName: 'Test Blazor'
command: 'test'
projects: 'HotUI.Blazor.sln'
arguments: '-c $(BuildConfiguration)'
- task: DotNetCoreCLI@2
inputs:
displayName: 'Pack Blazor'
command: 'pack'
projects: 'HotUI.Blazor.sln'
packagesToPack: 'src/HotUI.Blazor/HotUI.Blazor.csproj'
arguments: '-c $(BuildConfiguration)'
- task: CopyFiles@2
inputs:
sourceFolder: '$(Build.SourcesDirectory)'
contents: '**/$(BuildConfiguration)/**/*.nupkg'
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
Expand Down
5 changes: 0 additions & 5 deletions global.json

This file was deleted.

0 comments on commit 280fc3f

Please sign in to comment.