Skip to content

Commit dbfc686

Browse files
committed
Work CI-CD
- Set build components to preview. - Set unit test to run with preview nanoCLR. ***NO_CI***
1 parent eff0831 commit dbfc686

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.runsettings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
<nanoFrameworkAdapter>
1313
<Logging>Verbose</Logging>
1414
<IsRealHardware>False</IsRealHardware>
15+
<UsePreviewClr>True</UsePreviewClr>
1516
</nanoFrameworkAdapter>
1617
</RunSettings>

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
sonarCloudProject: 'nanoframework_lib-nanoFramework.System.Collections'
7373
runUnitTests: true
7474
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\.runsettings'
75+
usePreviewBuild: true
7576

7677
##############################
7778
- job: Update_Dependents

0 commit comments

Comments
 (0)