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 98f3c48 commit 87252b5Copy full SHA for 87252b5
build/build-extensions.ps1
@@ -238,7 +238,10 @@ function CreateSiteExtensions() {
238
Move-Item -Path "$officialSiteExtensionPath\64bit\workers" -Destination "$officialSiteExtensionPath\workers"
239
240
# This goes in the root dir
241
- Copy-Item $rootDir\src\WebJobs.Script.WebHost\extension.xml $siteExtensionPath > $null
+ Copy-Item $rootDir\src\WebJobs.Script.WebHost\extension.xml $siteExtensionPath > $null
242
+
243
+ #This needs to be removed post Ant 99 as it's a temporary workaround
244
+ New-Item "$siteExtensionPath\$extensionVersion.hardlinksCreated" > $null
245
246
Write-Host "Done copying. Elapsed: $($stopwatch.Elapsed)"
247
Write-Host "======================================"
0 commit comments