Skip to content

Commit

Permalink
tee to DBR
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson authored Nov 28, 2023
1 parent cae8d9e commit 9e4960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
version=$(git describe | sed s/^v// | sed -r 's/(.*)-/\1./')
echo Version $version
echo -p:Configuration=Release -p:Version=$version -p:ContinuousIntegrationBuild=true > Directory.Build.rsp
echo -p:Configuration=Release -p:Version=$version -p:ContinuousIntegrationBuild=true | tee Directory.Build.rsp
- id: restore
name: Restore
Expand Down

0 comments on commit 9e4960a

Please sign in to comment.