Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
IvanJosipovic committed Oct 26, 2019
2 parents 26f97b3 + 6b11f07 commit 42b8ba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@master
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.2.402
- name: SonarQube Install
Expand All @@ -22,7 +22,7 @@ jobs:
env:
SONARQUBE_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
- name: Setup .NET Core
uses: actions/setup-dotnet@master
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100-preview1-014459
- name: Dotnet Build
Expand All @@ -31,7 +31,7 @@ jobs:
working-directory: src/BlazorTable.Sample
run: dotnet publish --configuration Release
- name: Setup .NET Core
uses: actions/setup-dotnet@master
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.2.402
- name: SonarQube End
Expand Down

0 comments on commit 42b8ba9

Please sign in to comment.