File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2121 env :
2222 BuildPlatform : Any CPU
2323 StagingDirectory : buildartifacts
24- BuildAndPublishVsix : false # temp disable due to usage of transport feed for net11
24+ BuildAndPublishVsix : true # temp disable due to usage of transport feed for net11
2525
2626 steps :
2727 - run : mkdir -p $env:StagingDirectory
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <packageSources >
4+ <clear />
5+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6+ </packageSources >
7+ </configuration >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <packageSources >
4+ <clear />
5+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6+ </packageSources >
7+ </configuration >
You can’t perform that action at this time.
0 commit comments