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:
Michael Raskin 2020-11-07 12:11:46 +00:00 committed by GitHub
commit 434d9676aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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