Merge pull request #102579 from moinessim/msbuild/case-insensitive-file-system
MSBuild: Move to backup file to change LICENSE to lowercase.
This commit is contained in:
commit
434d9676aa
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
nuget sources Add -Name nixos -Source $(pwd)/nixos
|
||||
|
||||
# license check is case sensitive
|
||||
mv LICENSE license
|
||||
mv LICENSE license.bak && mv license.bak license
|
||||
|
||||
mkdir -p artifacts
|
||||
unzip ${xplat} -d artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user