Skip to content

Prevent exception while copying a file if target exists #59

Prevent exception while copying a file if target exists

Prevent exception while copying a file if target exists #59

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- name: Setup msbuild
uses: microsoft/[email protected]
- name: Setup NuGet
uses: nuget/[email protected]
- name: Restore NuGet packages
run: nuget restore PatternFileMover.sln
- name: Build
run: msbuild PatternFileMover.sln /p:Configuration=Release