Skip to content

Commit 60f94c8

Browse files
authored
Bump debugger-libs to latest (#109)
* Bump debugger-libs to latest * Install Fallback Sources for the Microsoft.SymbolStore/FileFormats
1 parent 2d5140e commit 60f94c8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
npm i -g @vscode/vsce
6666
npm i -g @vscode/debugprotocol
6767
68+
- name: Install FallBack Sources
69+
run: |
70+
nuget install Microsoft.SymbolStore -Version 1.0.411401 -FallbackSource "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"
71+
# May not be needed for now, but keeping it around nuget install Microsoft.FileFormats -Version 1.0.411401 -FallbackSource "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"
72+
6873
- if: ${{ github.event_name == 'workflow_dispatch' }}
6974
name: Update VSCode Version Numbers
7075
run: |

externals/debugger-libs

Submodule debugger-libs updated 57 files

0 commit comments

Comments
 (0)