Skip to content

Commit

Permalink
Upgrade release pipeline to support dotnet publish for .NET 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Apr 7, 2023
1 parent afcda05 commit 36db0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/windows-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- task: CopyFiles@2
displayName: 'Copy dotnet publish Output'
inputs:
sourceFolder: src/Lighthouse/bin/Release/net6.0/publish/
targetFolder: $(Build.ArtifactStagingDirectory)/bin/Release/net6.0/publish/
sourceFolder: src/Lighthouse/bin/Release/net7.0/publish/
targetFolder: $(Build.ArtifactStagingDirectory)/bin/Release/net7.0/publish/
- task: CopyFiles@2
displayName: 'Copy Dockerfiles'
inputs:
Expand Down

0 comments on commit 36db0f3

Please sign in to comment.