From 2f2204d9498f947a49f610b721b28a25d3b0f982 Mon Sep 17 00:00:00 2001 From: Oleg Zhuk Date: Wed, 10 Jul 2024 08:57:13 +0200 Subject: [PATCH] Update workflow, add NoWarn NU1903 --- .github/workflows/module-release-hotfix.yml | 11 ++++++----- ...VirtoCommerce.CatalogModule.Data.PostgreSql.csproj | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/module-release-hotfix.yml b/.github/workflows/module-release-hotfix.yml index 3b7741249..9b1b8b408 100644 --- a/.github/workflows/module-release-hotfix.yml +++ b/.github/workflows/module-release-hotfix.yml @@ -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: @@ -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' @@ -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 }} diff --git a/src/VirtoCommerce.CatalogModule.Data.PostgreSql/VirtoCommerce.CatalogModule.Data.PostgreSql.csproj b/src/VirtoCommerce.CatalogModule.Data.PostgreSql/VirtoCommerce.CatalogModule.Data.PostgreSql.csproj index 09d709ea1..235b3ff04 100644 --- a/src/VirtoCommerce.CatalogModule.Data.PostgreSql/VirtoCommerce.CatalogModule.Data.PostgreSql.csproj +++ b/src/VirtoCommerce.CatalogModule.Data.PostgreSql/VirtoCommerce.CatalogModule.Data.PostgreSql.csproj @@ -3,6 +3,7 @@ net8.0 enable enable + NU1903