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 ba40046 commit 78bfe0cCopy full SHA for 78bfe0c
sdk/core/azure_core_amqp/Test-Setup.ps1
@@ -33,7 +33,7 @@ try {
33
34
Set-Location -Path "./azure-amqp/test/TestAmqpBroker"
35
36
- Invoke-LoggedCommand "dotnet build -p RollForward=LatestMajor --framework net6.0"
+ Invoke-LoggedCommand "dotnet build -p RollForward=LatestMajor --framework net8.0"
37
if (!$? -ne 0) {
38
Write-Error "Failed to build TestAmqpBroker."
39
exit 1
@@ -46,7 +46,7 @@ try {
46
47
Write-Host "Starting test broker listening on ${env:TEST_BROKER_ADDRESS} ..."
48
49
- Set-Location -Path $WorkingDirectory/azure-amqp/bin/Debug/TestAmqpBroker/net6.0
+ Set-Location -Path $WorkingDirectory/azure-amqp/bin/Debug/TestAmqpBroker/net8.0
50
51
$job = dotnet exec ./TestAmqpBroker.dll ${env:TEST_BROKER_ADDRESS} /headless &
52
0 commit comments