From d390db0202e345864098d0918e0b227bdfb70031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tur=C3=A1nszki=20J=C3=A1nos?= Date: Wed, 22 Jan 2025 07:51:44 +0100 Subject: [PATCH] props file moved from root dir --- .../workflows/Directory.Build.props.ghbuild | 0 .github/workflows/build-pr.yml | 2 +- .github/workflows/build.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Directory.Build.props.ghbuild => .github/workflows/Directory.Build.props.ghbuild (100%) 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