-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
2ad4a50
commit 82d54dc
Showing
9 changed files
with
13 additions
and
28 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Publish NuGet Package | |
on: | ||
workflow_dispatch: | ||
push: | ||
tags: [ 'release-*' ] | ||
tags: [ release-* ] | ||
|
||
# TODO: trigger on commit desc '/publish' | ||
# TODO: switch to https://github.com/xoofx/dotnet-releaser | ||
|
@@ -15,13 +15,11 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
with: | ||
submodules: true | ||
|
||
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-version: 7.0.x | ||
|
||
- name: Build for publish | ||
run: dotnet publish -c Release | ||
|
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 |
---|---|---|
@@ -1,23 +1,22 @@ | ||
name: Validate Dev Branch | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ 'dev' ] | ||
branches: [ dev ] | ||
|
||
jobs: | ||
validate: | ||
runs-on: windows-latest | ||
|
||
steps: | ||
- name: Checkout + submodules | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
with: | ||
submodules: true | ||
|
||
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-version: 7.0.x | ||
|
||
# https://stackoverflow.com/a/70552262/14582 | ||
- name: Run tests | ||
|
This file was deleted.
Oops, something went wrong.
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
Submodule NiceIO
deleted from
464ae5
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 was deleted.
Oops, something went wrong.
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