Skip to content

Commit 984b134

Browse files
authored
Work CI-CD
- Fix solutions name. Can't use wildcards. ***NO_CI***
1 parent dd5885e commit 984b134

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: 'System.IO.Ports.sln'
2525
buildPlatform: 'Any CPU'
2626
buildConfiguration: 'Release'
2727
nugetPackageName: 'nanoFramework.System.IO.Ports'

0 commit comments

Comments
 (0)