-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from punker76/jk/targetframework-cake
Remove net452, net46, .NET Core 3.0, .NET Core 3.1 support
- Loading branch information
Showing
24 changed files
with
341 additions
and
11,613 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
name: ci | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- develop | ||
pull_request: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
windows-latest: | ||
name: windows-latest | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Setup .NET | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: | | ||
5.x | ||
6.x | ||
- name: List dotnet sdks | ||
run: dotnet --list-sdks | ||
- name: Run the Cake script | ||
uses: cake-build/cake-action@v1 | ||
with: | ||
cake-version: tool-manifest | ||
verbosity: Normal | ||
script-path: build.cake | ||
target: ci | ||
env: | ||
azure-key-vault-url: ${{ secrets.AZURE_KEY_VAULT_URL }} | ||
azure-key-vault-client-id: ${{ secrets.AZURE_KEY_VAULT_CLIENT_ID }} | ||
azure-key-vault-tenant-id: ${{ secrets.AZURE_KEY_VAULT_TENANT_ID }} | ||
azure-key-vault-client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }} | ||
azure-key-vault-certificate: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE }} |
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
Binary file not shown.
Oops, something went wrong.