Skip to content

Commit 5417482

Browse files
authored
Work CI-CD
- Replace wildcard in solution name. ***NO_CI***
1 parent c8cdc48 commit 5417482

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
@@ -26,7 +26,7 @@ jobs:
2626

2727
variables:
2828
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
29-
solution: '**/*.sln'
29+
solution: 'nanoFramework.Graphics.sln'
3030
buildPlatform: 'Any CPU'
3131
buildConfiguration: 'Release'
3232
nugetPackageName: 'nanoFramework.Graphics'

0 commit comments

Comments
 (0)