diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac6e32f..0f18322 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,9 @@ jobs: name: Build, test and publish uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main with: + generate-build-number: false + conventional-commits-publish-conditions: false additional-test-arguments: '--logger GitHubActions' + run-tests: false secrets: nuget-key: ${{ secrets.NUGET_KEY }} \ No newline at end of file diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f761241..3fc4b7b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -9,4 +9,6 @@ jobs: name: Build, test and publish uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main with: + generate-build-number: false + conventional-commits-publish-conditions: false additional-test-arguments: '--logger GitHubActions' \ No newline at end of file diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index a47eedb..5564ef9 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -9,8 +9,7 @@ - 1 - 1.2.$(BUILD_NUMBER) + 1.2.16 $(PACKAGE_RELEASE_NOTES) true true