| ... | @@ -31,11 +31,6 @@ if ((git rev-parse --is-shallow-repository) -eq "true") { | ... | @@ -31,11 +31,6 @@ if ((git rev-parse --is-shallow-repository) -eq "true") { |
| 31 | git fetch --unshallow # `git describe` won't work on a shallow repo | 31 | git fetch --unshallow # `git describe` won't work on a shallow repo |
| 32 | } | 32 | } |
| 33 | | 33 | |
| 34 | # Fix files that have their gitattributes changed | | |
| 35 | git rm -rf lib | | |
| 36 | git restore --staged lib | | |
| 37 | git checkout lib | | |
| 38 | | | |
| 39 | Write-Output "Building from source..." | 34 | Write-Output "Building from source..." |
| 40 | Remove-Item -Path 'build-release' -Recurse -Force -ErrorAction Ignore | 35 | Remove-Item -Path 'build-release' -Recurse -Force -ErrorAction Ignore |
| 41 | New-Item -Path 'build-release' -ItemType Directory | 36 | New-Item -Path 'build-release' -ItemType Directory |