File tree Expand file tree Collapse file tree 4 files changed +857
-855
lines changed
src/WebJobs.Script.WebHost/PreJIT Expand file tree Collapse file tree 4 files changed +857
-855
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ function CleanOutput([string] $rootPath) {
104
104
Remove-Item - Recurse - Force " $rootPath \workers\python" - ErrorAction SilentlyContinue
105
105
106
106
Write-Host " Removing non-win32 node grpc binaries"
107
- Get-ChildItem " $rootPath \workers\node\grpc\src\node\extension_binary" - ErrorAction SilentlyContinue |
107
+ Get-ChildItem " $rootPath \workers\node\dist\src\ grpc\src\node\extension_binary" - ErrorAction SilentlyContinue |
108
108
Foreach-Object {
109
109
if (-Not ($_.FullName -Match " win32" )) {
110
110
Remove-Item - Recurse - Force $_.FullName
Original file line number Diff line number Diff line change 5
5
<LangVersion >latest</LangVersion >
6
6
<MajorVersion >3</MajorVersion >
7
7
<MinorVersion >7</MinorVersion >
8
- <PatchVersion >0 </PatchVersion >
8
+ <PatchVersion >1 </PatchVersion >
9
9
<VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
10
10
<Version Condition =" '$(BuildNumber)' != '' " >$(VersionPrefix)-$(BuildNumber)</Version >
11
11
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
You can’t perform that action at this time.
0 commit comments