Skip to content

Commit

Permalink
fix(CI): repair build
Browse files Browse the repository at this point in the history
  • Loading branch information
KULBIDA Pavel authored and KULBIDA Pavel committed Jan 11, 2024
1 parent a97ebd6 commit 6262ba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
env:
GitVersion_NuGetVersion: $GITVERSION_NUGETVERSIONV
GitVersion_AssemblySemVer: $GITVERSION_ASSEMBLYSEMVER
GitVersion_AssemblySemFileVer: $GITVERSION_ASSEMBLYSEMFILEVER
GitVersion_InformationalVersion: $GITVERSION_INFORMATIONALVERSION
run: |
dotnet build "$PROJECT_NAME" -c Release --nologo --no-restore
Expand All @@ -111,6 +112,7 @@ jobs:
env:
GitVersion_NuGetVersion: $GITVERSION_NUGETVERSIONV
GitVersion_AssemblySemVer: $GITVERSION_ASSEMBLYSEMVER
GitVersion_AssemblySemFileVer: $GITVERSION_ASSEMBLYSEMFILEVER
GitVersion_InformationalVersion: $GITVERSION_INFORMATIONALVERSION
run: dotnet pack $PROJECT_NAME -c Release -o ./nupkgs --nologo --no-build

Expand Down

0 comments on commit 6262ba6

Please sign in to comment.