Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[in-proc backport] Use dotnet common artifacts output (#9858) #10079

Closed
wants to merge 2 commits into from

Commits on Apr 29, 2024

  1. [pack] Use dotnet common artifacts output (#9858)

    * Use dotnet common artifacts output
    
    * Fix test paths
    
    * Fix more tests
    
    * Compress-Archive fix attempt
    
    * Fix more tests
    
    * Remove verbose log from build script
    
    * Update build-extensions.ps1
    
    * Remove release_* from esrp signing
    
    * Force build
    
    * Allow for packing via --pack
    
    * Use powershell core --pack
    
    * Force build --pack
    
    * Fix pwsh --pack
    
    * Upgrade back to .NET8
    
    * Fix copy-paste error
    
    * Fix Verify_DepsJsonChanges
    
    * Undo SDK upgrade
    # Conflicts:
    #	build/build-extensions.ps1
    #	test/WebJobs.Script.Tests.Integration/Controllers/ControllerScenarioTestFixture.cs
    #	test/WebJobs.Script.Tests/DependencyTests.cs
    jviau committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5105a5f View commit details
    Browse the repository at this point in the history
  2. Update to .NET8 SDK

    jviau committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ecd16b3 View commit details
    Browse the repository at this point in the history