diff --git a/Directory.Build.props.ghbuild b/.github/workflows/Directory.Build.props.ghbuild similarity index 100% rename from Directory.Build.props.ghbuild rename to .github/workflows/Directory.Build.props.ghbuild diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 0e938e7cd9..2c2ea249e1 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -33,7 +33,7 @@ jobs: curl -sOSL https://github.com/ccache/ccache/releases/download/v$Env:CCACHE_VERSION/ccache-$Env:CCACHE_VERSION-windows-x86_64.zip unzip -qj ccache-$Env:CCACHE_VERSION-windows-x86_64.zip ccache-$Env:CCACHE_VERSION-windows-x86_64/ccache.exe mv ccache.exe cl.exe - mv Directory.Build.props.ghbuild Directory.Build.props + mv .github/workflows/Directory.Build.props.ghbuild Directory.Build.props - name: Initial compile shell: cmd diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 258bd590eb..9449d503c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: curl -sOSL https://github.com/ccache/ccache/releases/download/v$Env:CCACHE_VERSION/ccache-$Env:CCACHE_VERSION-windows-x86_64.zip unzip -qj ccache-$Env:CCACHE_VERSION-windows-x86_64.zip ccache-$Env:CCACHE_VERSION-windows-x86_64/ccache.exe mv ccache.exe cl.exe - mv Directory.Build.props.ghbuild Directory.Build.props + mv .github/workflows/Directory.Build.props.ghbuild Directory.Build.props - name: Initial compile shell: cmd