Skip to content

Conversation

@jviau
Copy link
Contributor

@jviau jviau commented Jan 15, 2026

Quick PR to improve local dev loop. Adds a ps1 script for a quick way to bootstrap the SDK for local dev. Also supports dotnet watch on the resolver csproj.

Copilot AI review requested due to automatic review settings January 15, 2026 18:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the local development workflow for the Azure.Functions.Sdk by adding a PowerShell script that bootstraps the SDK for local testing and enables dotnet watch support on the resolver project.

Changes:

  • Added dev.ps1 script to automate SDK publishing for local development with configurable Debug/Release builds
  • Modified the resolver project to support dotnet watch by tracking changes in SDK subdirectories (Build, Sdk, Targets)
  • Updated README with local development instructions

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
src/Azure.Functions.Sdk/dev.ps1 New PowerShell script that publishes the SDK resolver and sets MSBUILDADDITIONALSDKRESOLVERSFOLDER for local testing
test/Azure.Functions.Sdk.Resolver/Azure.Functions.Sdk.Resolver.csproj Added Watch configuration for SDK directories and refactored project path property
src/Azure.Functions.Sdk/README.md Added local development documentation section

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

jviau and others added 4 commits January 15, 2026 12:14
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
….csproj

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jviau jviau requested a review from RohitRanjanMS January 23, 2026 20:58
@jviau jviau merged commit 466bbed into feature/msbuild-sdk Jan 23, 2026
28 checks passed
@jviau jviau deleted the jviau/msbuild-sdk/resolver-update branch January 23, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants