Skip to content

Commit

Permalink
Update package_push.yml (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Nov 13, 2023
1 parent 33c7877 commit 960dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet restore

- name: build
run: dotnet build --configuration Release --no-restore /p:ContinuousIntegrationBuild=true
run: dotnet build src/Masa.Stack.Components/Masa.Stack.Components.csproj --configuration Release --no-restore /p:ContinuousIntegrationBuild=true

- name: pack
run: dotnet pack --configuration Release --include-symbols -p:PackageVersion=0.0.$GITHUB_RUN_NUMBER
Expand Down

0 comments on commit 960dccd

Please sign in to comment.