Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lettucebo committed Mar 9, 2023
1 parent 1fd5f8c commit c23cfdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ stages:
jobs:
- deployment: Deploy
displayName: Deploy To Nuget.org
environment: 'production'
environment: 'XPagedListMvcBootstrap4'
pool:
vmImage: 'windows-latest'
vmImage: 'ubuntu-latest'
strategy:
runOnce:
deploy:
Expand All @@ -73,6 +73,7 @@ stages:
downloadType: 'single'
artifactName: 'drop'
downloadPath: '$(System.ArtifactsDirectory)'

- task: NuGetCommand@2
inputs:
command: 'push'
Expand Down

0 comments on commit c23cfdc

Please sign in to comment.