We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1908a0 commit 8dee6edCopy full SHA for 8dee6ed
1 file changed
.ado/publish.yml
@@ -85,7 +85,7 @@ jobs:
85
displayName: Copy Native AOT binaries to staging
86
inputs:
87
sourceFolder: "$(Build.SourcesDirectory)/out/bin/Release/NodeApi/\
88
- $(DotNetMoniker)/${{ matrixEntry.TargetRuntime }}/publish"
+ aot/${{ matrixEntry.TargetRuntime }}/publish"
89
targetFolder: $(Build.StagingDirectory)/AOT/${{ matrixEntry.TargetRuntime }}
90
contents: Microsoft.JavaScript.NodeApi.node
91
@@ -152,7 +152,7 @@ jobs:
152
153
artifact: ${{ matrixEntry.TargetRuntime }}
154
path: "$(Build.SourcesDirectory)/out/bin/Release/NodeApi/\
155
156
157
- ${{ each matrixEntry in parameters.buildMatrix }}:
158
- powershell: >
0 commit comments