We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ccdda2 + 19216d5 commit cb87b8dCopy full SHA for cb87b8d
.github/workflows/build.yaml
@@ -16,6 +16,16 @@ jobs:
16
2.0.x
17
2.1.x
18
7.x
19
+ - name: Download 461 targeting pack
20
+ uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
21
+ id: downloadfile # Remember to give an ID if you need the output filename
22
+ with:
23
+ url: "https://download.microsoft.com/download/F/1/D/F1DEB8DB-D277-4EF9-9F48-3A65D4D8F965/NDP461-DevPack-KB3105179-ENU.exe"
24
+ target: public/
25
+ - name: Install targeting pack
26
+ shell: cmd
27
+ working-directory: public
28
+ run: NDP461-DevPack-KB3105179-ENU.exe /q
29
- name: Setup NodeJS
30
uses: actions/setup-node@v3
31
- name: Setup NuGet
0 commit comments