-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions-bot
committed
Mar 8, 2024
1 parent
aea0cf7
commit 5d1af59
Showing
6 changed files
with
434 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,22 +28,12 @@ jobs: | |
|
||
- name: prepare csharp-dotnet-sdk | ||
run: | | ||
echo 'building' | ||
dotnet build --configuration Release | ||
echo 'packing' | ||
dotnet pack \ | ||
--no-restore \ | ||
--no-build \ | ||
--configuration Release \ | ||
--output . | ||
echo 'testing' | ||
dotnet test --configuration Release --no-restore | ||
dotnet pack --configuration Release --no-build --no-restore --output . | ||
- uses: cycjimmy/[email protected] | ||
with: | ||
semantic_version: 18 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.