Skip to content

Commit 7a83948

Browse files
authored
Work on CI-CD
- Fix solution name. Can't use wildcard here. ***NO_CI***
1 parent 5f55d89 commit 7a83948

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
@@ -21,7 +21,7 @@ pool:
2121

2222
variables:
2323
DOTNET_NOLOGO: true
24-
solution: '**/*.sln'
24+
solution: 'nanoFramework.Azure.Devices.Client.sln'
2525
buildPlatform: 'Any CPU'
2626
buildConfiguration: 'Release'
2727
nugetPackageName: 'nanoFramework.Azure.Devices.Client'

0 commit comments

Comments
 (0)