Skip to content

Commit

Permalink
Argh. Powershell back ticks just don't have good support in github (e…
Browse files Browse the repository at this point in the history
…verything after the first back tick is hidden in the job logs).
  • Loading branch information
Jörgen Sigvardsson committed Nov 6, 2023
1 parent 08d862e commit 2a6ea3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
- run: |
dotnet pack --configuration Release `
--output ${{ env.NuGetDirectory }} `
--property:RepositoryCommit=${{ env.COMMIT_SHA }} `
--property:InformationalVersion=${{ env.INFORMAL_VERSION }} `
--property:AssemblyVersion=${{ env.FILE_VERSION }} `
--property:FileVersion=${{ env.FILE_VERSION }}
dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} --property:RepositoryCommit=${{ env.COMMIT_SHA }} --property:InformationalVersion=${{ env.INFORMAL_VERSION }} --property:AssemblyVersion=${{ env.FILE_VERSION }} --property:FileVersion=${{ env.FILE_VERSION }}
- uses: actions/upload-artifact@v3
with:
name: nuget
Expand Down

0 comments on commit 2a6ea3d

Please sign in to comment.