Skip to content

Commit

Permalink
Uopdate nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
LHPiney committed Apr 28, 2024
1 parent a89d2c3 commit b83aee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
run: |
dotnet sonarscanner begin /k:"magnett_automation" /o:"lhpiney" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml"
dotnet build -c Release --no-incremental
dotnet test ./test/Magnett.Automation.Core.UnitTest/Magnett.Automation.Core.UnitTest.csproj --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
dotnet test ./test/Magnett.Automation.Core.UnitTest/Magnett.Automation.Core.UnitTest.csproj --no-build --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
2 changes: 1 addition & 1 deletion src/Magnett.Automation.Core/Magnett.Automation.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RepositoryUrl>https://github.com/LHPiney/magnett-automation-core</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageTags>workflow orchestation automation statemachine</PackageTags>
<PackageTags>workflow orchestation automation statemachine net netcore</PackageTags>
<AssemblyVersion>0.6.0</AssemblyVersion>
<LangVersion>10</LangVersion>
<PackageId>Magnett.Automation.Core</PackageId>
Expand Down

0 comments on commit b83aee3

Please sign in to comment.