Skip to content

Bump Microsoft.Build.CopyOnWrite from 1.0.293 to 1.0.300 (#91) #75

Bump Microsoft.Build.CopyOnWrite from 1.0.293 to 1.0.300 (#91)

Bump Microsoft.Build.CopyOnWrite from 1.0.293 to 1.0.300 (#91) #75

Workflow file for this run

name: Treasure.Utils-CI
on:
push:
branches:
- main
paths-ignore:
- '.config/**'
- '.github/dependabot.yml'
- '.vscode/**'
- 'docs/**'
- 'README.md'
jobs:
build_ci:
name: Build Treasure.Utils
if: "!contains(github.event.head_commit.message, 'ci skip')"
uses: ./.github/workflows/workflow_build.yml
secrets: inherit
with:
# don't check format on CI builds due to common breaking changes in the .NET SDK
checkFormat: false
release_ci:
name: Release Treasure.Utils to NuGet.org
needs: build_ci
if: ${{ contains(github.event.head_commit.message, 'do release') }}
uses: ./.github/workflows/workflow_release.yml
secrets: inherit
with:
package-version: ${{ needs.build_ci.outputs.package_version }}