...

Text file src/github.com/Azure/azure-sdk-for-go/eng/scripts/Smoke_Tests_Release.ps1

Documentation: github.com/Azure/azure-sdk-for-go/eng/scripts

     1#Requires -Version 7.0
     2
     3Param(
     4    [string] $serviceDirectory
     5)
     6
     7Write-Host $PSScriptRoot
     8
     9# 1. Every module uses a replace directive to the local version
    10# 2. Include every module (data & mgmt) in a go.mod file
    11# 3. Run `go mod tidy` and ensure it succeeds

View as plain text