Skip to content

Commit

Permalink
Attempt to fix flakiness in Azure Functions multi-sample build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Jan 9, 2025
1 parent 48b0333 commit b5402cd
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../../'))" />

<PropertyGroup>
<!-- Azure functions build a separate worker project as part of the build -->
<!-- Attempt to clobber the path, because otherwise it overwrites and causes issue -->
<ExtensionsCsProjDirectory>$(ArtifactsPath)/WorkerExtensions/Samples.AzureFunctions.V4/bin/$(ArtifactsPivots)<ExtensionsCsProjDirectory>
</PropertyGroup>
</Project>

0 comments on commit b5402cd

Please sign in to comment.