Skip to content

Commit

Permalink
Temporarily disable broken samples on github due to changes on runner…
Browse files Browse the repository at this point in the history
…s. We will fix the tests in another PR.
  • Loading branch information
jspelletier committed Aug 2, 2023
1 parent 647a346 commit 34c4bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SamplesDef.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
},
{
"Name": "NetCore-DotNetCoreFrameworkHelloWorld",
"CIs": [ "github", "gitlab" ],
"CIs": [ "gitlab" ],
"OSs": [ "windows-2022" ],
"Frameworks": [ "net6.0" ],
"Configurations": [ "debug", "release" ],
Expand Down Expand Up @@ -261,7 +261,7 @@
},
{
"Name": "NetCore-DotNetMultiFrameworksHelloWorld",
"CIs": [ "github", "gitlab" ],
"CIs": [ "gitlab" ],
"OSs": [ "windows-2019", "windows-2022" ],
"Frameworks": [ "net6.0" ],
"Configurations": [ "debug", "release" ],
Expand Down

0 comments on commit 34c4bd0

Please sign in to comment.