Skip to content

Commit 288fd6f

Browse files
committed
Work CI-CD
- CLR version is now passed to CLI job so there is a version numbering consistency between the DLL published to CloudSmith repo and the one distributed with the CLR nupkg. ***NO_CI***
1 parent 8253f74 commit 288fd6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

+8
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,11 @@ jobs:
856856
parameters:
857857
repoDirectory: '$(Build.SourcesDirectory)/nf-interpreter'
858858

859+
- script: |
860+
Write-Host "$("##vso[task.setvariable variable=CLR_REVISION;isOutput=true]")$(REVISION)"
861+
name: SetRevision
862+
displayName: Store CLR DLL revision
863+
859864
- task: PowerShell@2
860865
displayName: Store package version
861866
inputs:
@@ -1064,6 +1069,7 @@ jobs:
10641069
dependsOn:
10651070
- Check_Build_Options
10661071
- Check_Code_Style
1072+
- Build_WIN32_nanoCLR
10671073

10681074
pool:
10691075
vmImage: "windows-latest"
@@ -1074,6 +1080,8 @@ jobs:
10741080
value: true
10751081
- name: LITTLEFS_PATH
10761082
value: "D:/a/1/s/littlefs"
1083+
- name: REVISION
1084+
value: $[dependencies.Build_WIN32_nanoCLR.outputs['SetRevision.CLR_REVISION']]
10771085

10781086
steps:
10791087
- checkout: self

0 commit comments

Comments
 (0)