Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Delubear authored Sep 24, 2024
1 parent 2b09610 commit 900caa1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Dotnet Tests
# You may pin to the exact commit or the version.
# uses: EasyDesk/action-dotnet-test@228a60327933ff6200594e89a6fa906a69e5f1e6
uses: EasyDesk/action-dotnet-test@v1.0.0
with:
# Additional arguments to pass to 'dotnet test'.
#test-args: # optional
# The build configuration to use (defaults to 'Release').
#build-configuration: # optional, default is Release
# The path to the project or solution to test (defaults to the current directory).
#path: # optional, default is .
# 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=PublishToSingleSelfContainedExe
- name: read JSON property
Expand Down

0 comments on commit 900caa1

Please sign in to comment.