Skip to content

Commit

Permalink
Update workflow, add NoWarn NU1903
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO committed Jul 10, 2024
1 parent c508cf9 commit 2f2204d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/module-release-hotfix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.4
# https://virtocommerce.atlassian.net/browse/VCST-488
# v3.800.6
# https://virtocommerce.atlassian.net/browse/VCST-915
name: Release hotfix

on:
Expand All @@ -13,12 +13,12 @@ on:

jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.4
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.6
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}

build:
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.4
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.6
with:
uploadPackage: 'true'
uploadDocker: 'false'
Expand Down Expand Up @@ -46,11 +46,12 @@ jobs:
publish-github-release:
needs:
[build, test, get-metadata]
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.4
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.6
with:
fullKey: ${{ needs.build.outputs.packageFullKey }}
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'
incrementPatch: ${{ github.event.inputs.incrementPatch }}
makeLatest: 'false'

secrets:
envPAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>NU1903</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.1" />
Expand Down

0 comments on commit 2f2204d

Please sign in to comment.