-
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
1 parent
2ecbcdd
commit 7050558
Showing
8 changed files
with
51 additions
and
51 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 |
---|---|---|
|
@@ -29,22 +29,22 @@ runs: | |
using: composite | ||
steps: | ||
- name: Install .NET | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
DOTNET_VERSION: ${{ inputs.DOTNET_VERSION }} | ||
ALPINE_OS: ${{ inputs.ALPINE_OS }} | ||
SHELL: ${{ inputs.SHELL }} | ||
|
||
- name: Build | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
BUILD_CONFIG: ${{ inputs.BUILD_CONFIG }} | ||
SHELL: ${{ inputs.SHELL }} | ||
|
||
- name: Publish | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
PROJECT: ${{ inputs.PROJECT }} | ||
|
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 |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
|
||
- name: Docker Build & Push | ||
id: docker | ||
uses: zupit-it/pipeline-templates/.github/actions/docker/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/docker/[email protected].2 | ||
with: | ||
REGISTRY_URL: ${{ inputs.REGISTRY_URL }} | ||
REGISTRY_USER: ${{ inputs.REGISTRY_USER }} | ||
|
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 |
---|---|---|
|
@@ -31,25 +31,25 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: Install .NET | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
DOTNET_VERSION: ${{ inputs.DOTNET_VERSION }} | ||
ALPINE_OS: ${{ inputs.ALPINE_OS }} | ||
|
||
- name: Build | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
BUILD_CONFIG: "Debug" | ||
|
||
- name: Check code formatting | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
|
||
- name: Run tests | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
GENERATE_CODE_COVERAGE: false |
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 |
---|---|---|
|
@@ -76,7 +76,7 @@ jobs: | |
env: ${{ fromJson(inputs.ENV_VARIABLES) }} | ||
steps: | ||
- name: Build | ||
uses: zupit-it/pipeline-templates/.github/actions/node/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/node/[email protected].2 | ||
with: | ||
NODE_VERSION: ${{ inputs.NODE_VERSION }} | ||
RELEASE_ENVIRONMENT: ${{ inputs.RELEASE_ENVIRONMENT }} | ||
|
@@ -107,7 +107,7 @@ jobs: | |
path: ${{ inputs.WORKING_DIRECTORY }}/${{ inputs.DIST_PATH }} | ||
|
||
- name: Deploy to Azure Storage | ||
uses: zupit-it/pipeline-templates/.github/actions/azure/storage/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/azure/storage/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
BINARIES_DIRECTORY: ${{ inputs.OUTPUT_DIRECTORY }} | ||
|
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 |
---|---|---|
|
@@ -71,7 +71,7 @@ jobs: | |
|
||
steps: | ||
- name: NodeJS Build | ||
uses: zupit-it/pipeline-templates/.github/actions/node/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/node/[email protected].2 | ||
with: | ||
NODE_VERSION: ${{ inputs.NODE_VERSION }} | ||
RELEASE_ENVIRONMENT: ${{ inputs.RELEASE_ENVIRONMENT }} | ||
|
@@ -105,7 +105,7 @@ jobs: | |
|
||
- name: Docker Build & Push | ||
id: docker | ||
uses: zupit-it/pipeline-templates/.github/actions/docker/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/docker/[email protected].2 | ||
with: | ||
REGISTRY_URL: ${{ inputs.REGISTRY_URL }} | ||
REGISTRY_USER: ${{ inputs.REGISTRY_USER }} | ||
|
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: Install .NET | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
DOTNET_VERSION: ${{ inputs.DOTNET_VERSION }} | ||
|
@@ -72,13 +72,13 @@ jobs: | |
"${params[@]}" | ||
- name: Build | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
BUILD_CONFIG: "Debug" | ||
|
||
- name: Run tests | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].0 | ||
uses: zupit-it/pipeline-templates/.github/actions/dotnet/[email protected].2 | ||
with: | ||
WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} | ||
EXCLUDE_FILES: ${{ inputs.COVERAGE_EXCLUSIONS }} | ||
|
Oops, something went wrong.