Skip to content

Commit edfbe3b

Browse files
authored
Merge pull request #87
Increased the `TryAtSoftware.CleanTests` package version to 1.1.0
2 parents d033848 + 7c1555e commit edfbe3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: dotnet tool update dotnet-sonarscanner --tool-path ./.sonar/scanner
6262

6363
- name: Start analyzation with SonarCloud
64-
run: ./.sonar/scanner/dotnet-sonarscanner begin /k:"TryAtSoftware_CleanTests" /o:"tryatsoftware" /d:sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
64+
run: ./.sonar/scanner/dotnet-sonarscanner begin /k:"TryAtSoftware_CleanTests" /o:"tryatsoftware" /d:sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml" /d:sonar.login="${{ env.SONAR_TOKEN }}"
6565

6666
- name: Restore dependencies
6767
run: dotnet restore
@@ -73,4 +73,4 @@ jobs:
7373
run: dotnet test --no-build --configuration "${{ env.CONFIGURATION }}" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
7474

7575
- name: Finalize analyzation with SonarCloud
76-
run: ./.sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
76+
run: ./.sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ env.SONAR_TOKEN }}"

TryAtSoftware.CleanTests.Core/TryAtSoftware.CleanTests.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SonarQubeTestProject>false</SonarQubeTestProject>
99

1010
<PackageId>TryAtSoftware.CleanTests</PackageId>
11-
<Version>1.1.0-alpha.3</Version>
11+
<Version>1.1.0</Version>
1212
<Authors>Tony Troeff</Authors>
1313
<RepositoryUrl>https://github.com/TryAtSoftware/CleanTests</RepositoryUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)