We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ecd27 commit ef5bdf5Copy full SHA for ef5bdf5
buildCoreClr.ps1
@@ -39,6 +39,7 @@ if ($Framework -eq "netstandard1.6")
39
$destinationDirBinaries = "$destinationDir\coreclr"
40
}
41
42
+
43
if ($build)
44
{
45
@@ -73,8 +74,6 @@ if ($build)
73
74
75
76
CopyToDestinationDir $itemsToCopyCommon $destinationDir
- (Get-Content "$destinationDir\PSScriptAnalyzer.psd1") -replace "ModuleVersion = '1.6.0'","ModuleVersion = '0.0.1'" | Out-File "$destinationDir\PSScriptAnalyzer.psd1" -Encoding ascii
77
-
78
CopyToDestinationDir $itemsToCopyBinaries $destinationDirBinaries
79
80
# Copy Settings File
0 commit comments