Skip to content

Commit 8dee6ed

Browse files
authored
Fix AOT publish pipeline (#166)
1 parent c1908a0 commit 8dee6ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ado/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
displayName: Copy Native AOT binaries to staging
8686
inputs:
8787
sourceFolder: "$(Build.SourcesDirectory)/out/bin/Release/NodeApi/\
88-
$(DotNetMoniker)/${{ matrixEntry.TargetRuntime }}/publish"
88+
aot/${{ matrixEntry.TargetRuntime }}/publish"
8989
targetFolder: $(Build.StagingDirectory)/AOT/${{ matrixEntry.TargetRuntime }}
9090
contents: Microsoft.JavaScript.NodeApi.node
9191

@@ -152,7 +152,7 @@ jobs:
152152
inputs:
153153
artifact: ${{ matrixEntry.TargetRuntime }}
154154
path: "$(Build.SourcesDirectory)/out/bin/Release/NodeApi/\
155-
$(DotNetMoniker)/${{ matrixEntry.TargetRuntime }}/publish"
155+
aot/${{ matrixEntry.TargetRuntime }}/publish"
156156

157157
- ${{ each matrixEntry in parameters.buildMatrix }}:
158158
- powershell: >

0 commit comments

Comments
 (0)