Skip to content

Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.1 #134

Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.1

Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.1 #134

Workflow file for this run

name: SonarCloud .NET
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
uses: unosquare/bump-nuget-version/.github/workflows/build-no-tests-sonar.yml@master
with:
sln-file: "Unosquare.Tubular.sln"
sonar-key: "unosquare_tubular-dotnet"
secrets:
github-token: ${{ secrets.GPR_ACCESS_TOKEN }}
cache-version: ${{ secrets.CACHE_VERSION }}
sonar-token: ${{ secrets.SONAR_TOKEN }}