Skip to content

Commit

Permalink
duplicate script changes to opposite side of produce-net-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Feb 1, 2023
1 parent 678df1d commit 6f9d6b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ steps:
-Target "${{ parameters.TargetDirectory }}"
-ArtifactStagingDirectory "$(Build.ArtifactStagingDirectory)"
-Framework "${{ target.framework }}"
-AssemblyName "${{ target.assembly }}"
pwsh: true
displayName: 'Produce Executable for ${{ target.rid }}'
condition: and(succeeded(), not(eq(variables['Agent.OS'], 'Darwin')))
Expand Down
10 changes: 5 additions & 5 deletions tools/test-proxy/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ extends:
StandaloneExeMatrix:
- rid: osx-x64
framework: net6.0
assembly: Azure.Sdk.Tools.TestProxy
assembly: "Azure.Sdk.Tools.TestProxy"
- rid: osx-arm64
framework: net6.0
assembly: Azure.Sdk.Tools.TestProxy
assembly: "Azure.Sdk.Tools.TestProxy"
- rid: win-x64
framework: net6.0
assembly: Azure.Sdk.Tools.TestProxy
assembly: "Azure.Sdk.Tools.TestProxy"
- rid: linux-x64
framework: net6.0
assembly: Azure.Sdk.Tools.TestProxy
assembly: "Azure.Sdk.Tools.TestProxy"
- rid: linux-arm64
framework: net6.0
assembly: Azure.Sdk.Tools.TestProxy
assembly: "Azure.Sdk.Tools.TestProxy"

0 comments on commit 6f9d6b9

Please sign in to comment.