File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 pushd .\src
9797 ..\codeql-cli\codeql.cmd pack install
9898 popd
99+ - name : Install Nuget Packages
100+ run : nuget restore .\src\drivers\test\packages.config -PackagesDirectory .\packages\
99101 - name : codeql version test
100102 run : .\codeql-cli\codeql.exe version
101103 - name : Setup Python
@@ -177,6 +179,8 @@ jobs:
177179 pushd .\src
178180 ..\codeql-cli\codeql.cmd pack install
179181 popd
182+ - name : Install Nuget Packages
183+ run : nuget restore .\src\drivers\test\packages.config -PackagesDirectory .\packages\
180184 - name : codeql version test
181185 run : .\codeql-cli\codeql.exe version
182186 - name : Setup Python
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <packages >
3+ <package id =" Microsoft.Windows.SDK.CPP" version =" 10.0.26100.6584" targetFramework =" native" />
4+ <package id =" Microsoft.Windows.SDK.CPP.x64" version =" 10.0.26100.6584" targetFramework =" native" />
5+ <package id =" Microsoft.Windows.SDK.CPP.arm64" version =" 10.0.26100.6584" targetFramework =" native" />
6+ <package id =" Microsoft.Windows.WDK.x64" version =" 10.0.26100.6584" targetFramework =" native" />
7+ <package id =" Microsoft.Windows.WDK.arm64" version =" 10.0.26100.6584" targetFramework =" native" />
8+ </packages >
Original file line number Diff line number Diff line change 11sarif-tools == 1.0.0
2- pandas == 2.1.4
2+ pandas == 2.3.3
33openpyxl == 3.1.2
44azure-common == 1.1.28
55azure-core == 1.29.7
You can’t perform that action at this time.
0 commit comments