Skip to content

Bump Microsoft.Build.CopyOnWrite from 1.0.322 to 1.0.330 in /src (#4535) #2897

Bump Microsoft.Build.CopyOnWrite from 1.0.322 to 1.0.330 in /src (#4535)

Bump Microsoft.Build.CopyOnWrite from 1.0.322 to 1.0.330 in /src (#4535) #2897

Workflow file for this run

name: Release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-*'
env:
DOTNET_NOLOGO: true
jobs:
windows-installers:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/workflows/build-windows.yml
secrets: inherit
containers:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/workflows/build-containers.yml
secrets: inherit
db-container:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/workflows/build-db-container.yml
secrets: inherit