Skip to content

Commit 3005eae

Browse files
authored
Work CI-CD
- Replace wildcard in solution name. ***NO_CI***
1 parent 265b5b2 commit 3005eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pool:
2323

2424
variables:
2525
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
26-
solution: '**/*.sln'
26+
solution: 'nanoFramework.System.Device.Gpio.sln'
2727
buildPlatform: 'Any CPU'
2828
buildConfiguration: 'Release'
2929
nugetPackageName: 'nanoFramework.System.Device.Gpio'

0 commit comments

Comments
 (0)