Skip to content

Commit

Permalink
more fixes for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Delubear committed Sep 24, 2024
1 parent 834f704 commit d258204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Whether or not to skip the build using the '--no-build' flag (defaults to true).
skip-build: true # optional, default is true
- name: Publish
run: dotnet publish --configuration Release --no-restore -p:PublishProfile=GlucoseTray\Properties\PublishProfiles\PublishToSingleSelfContainedExe.pubxml
run: dotnet publish GlucoseTray\GlucoseTray.csproj --configuration Release --no-restore -p:PublishProfile=GlucoseTray\Properties\PublishProfiles\PublishToSingleSelfContainedExe.pubxml
- name: read JSON property
id: version
uses: notiz-dev/github-action-json-property@release
Expand Down

0 comments on commit d258204

Please sign in to comment.