forked from icgam/Easify.Exports
-
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.
Prepare the migration for the first release (#1)
* Initial port from Easify * Prepare solution for an initial release * Update the build * Change the codeql analysis
- Loading branch information
1 parent
6804d63
commit 3194174
Showing
124 changed files
with
699 additions
and
687 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 |
---|---|---|
|
@@ -2,15 +2,15 @@ name: CI on Branches and PRs | |
|
||
on: | ||
workflow_dispatch: | ||
branches-ignore: [ master ] | ||
branches-ignore: [master] | ||
paths: "src/**" | ||
|
||
push: | ||
branches-ignore: [ master ] | ||
branches-ignore: [master] | ||
paths: "src/**" | ||
|
||
pull_request: | ||
branches: [ master ] | ||
branches: [master] | ||
paths: "src/**" | ||
|
||
jobs: | ||
|
@@ -24,11 +24,11 @@ jobs: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: "5.5.x" | ||
versionSpec: "5.8.x" | ||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v1 | ||
uses: actions/setup-dotnet@v2 | ||
with: | ||
dotnet-version: "3.1.x" | ||
dotnet-version: "6.0.x" | ||
- name: Install dependencies | ||
run: dotnet restore src | ||
- name: Use GitVersion | ||
|
@@ -49,6 +49,6 @@ jobs: | |
name: nuget-packages | ||
path: "**/*.nupkg" | ||
- name: Configure github as Package Repository | ||
run: dotnet nuget add source https://nuget.pkg.github.com/icgam/index.json -n "github" | ||
run: dotnet nuget add source https://nuget.pkg.github.com/LittleBlocks/index.json -n "github" | ||
- name: Publish the package to GitHub Packages | ||
run: dotnet nuget push "**/*.nupkg" -s "github" -k ${{ secrets.GITHUB_TOKEN }} --skip-duplicate |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
name: Release build on master/main | ||
|
||
on: | ||
workflow_dispatch: | ||
branches: [master] | ||
paths: "src/**" | ||
push: | ||
branches: [ master ] | ||
branches: [master] | ||
paths: "src/**" | ||
|
||
jobs: | ||
|
@@ -16,11 +19,11 @@ jobs: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: "5.5.x" | ||
versionSpec: "5.8.x" | ||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v1 | ||
uses: actions/setup-dotnet@v2 | ||
with: | ||
dotnet-version: "3.1.x" | ||
dotnet-version: "6.0.x" | ||
- name: Install dependencies | ||
run: dotnet restore src | ||
- name: Use GitVersion | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
next-version: 1.0.0 | ||
mode: Mainline | ||
major-version-bump-message: '\+semver:\s?(breaking|major)' | ||
minor-version-bump-message: '\+semver:\s?(feature|minor)' | ||
patch-version-bump-message: '\+semver:\s?(fix|patch)' | ||
no-bump-message: '\+semver:\s?(none|skip)' | ||
ignore: | ||
commits-before: 2023-01-01T00:00:00 | ||
|
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
31 changes: 0 additions & 31 deletions
31
src/Easify.Exports.Agent.UnitTests/Easify.Exports.Agent.UnitTests.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
src/Easify.Exports.Client.UnitTests/Easify.Exports.Client.UnitTests.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.