Skip to content

Commit 419a9f2

Browse files
authored
Work CI-CD
- Replace wildcard in solution name. ***NO_CI***
1 parent 3f0f4bc commit 419a9f2

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_SKIP_FIRST_TIME_EXPERIENCE: true
24-
solution: '**/*.sln'
24+
solution: 'nanoframework.System.Net.Websockets.sln'
2525
buildPlatform: 'Any CPU'
2626
buildConfiguration: 'Release'
2727
nugetPackageName: 'nanoFramework.System.Net.WebSockets'

0 commit comments

Comments
 (0)