File tree 4 files changed +16
-12
lines changed
4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 37
37
6.0.x
38
38
7.0.x
39
39
8.0.x
40
- source-url : https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v3/index.json
41
- env :
42
- NUGET_AUTH_TOKEN : ${{ secrets.AZURE_NUGET_TOKEN }}
40
+
41
+ - name : Remove Azure Artifact Feed configurations
42
+ shell : pwsh
43
+ run : Remove-Item ./NuGet.Config
43
44
44
45
- name : Install PSResources
45
46
shell : pwsh
Original file line number Diff line number Diff line change 33
33
with :
34
34
cache : true
35
35
cache-dependency-path : ' **/packages.lock.json'
36
- source-url : https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v3/index.json
37
- env :
38
- NUGET_AUTH_TOKEN : ${{ secrets.AZURE_NUGET_TOKEN }}
36
+
37
+ - name : Remove Azure Artifact Feed configurations
38
+ shell : pwsh
39
+ run : Remove-Item ./NuGet.Config
39
40
40
41
- name : Initialize CodeQL
41
42
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 27
27
with :
28
28
cache : true
29
29
cache-dependency-path : ' **/packages.lock.json'
30
- source-url : https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v3/index.json
31
- env :
32
- NUGET_AUTH_TOKEN : ${{ secrets.AZURE_NUGET_TOKEN }}
30
+
31
+ - name : Remove Azure Artifact Feed configurations
32
+ shell : pwsh
33
+ run : Remove-Item ./NuGet.Config
33
34
34
35
- name : Install PSResources
35
36
shell : pwsh
Original file line number Diff line number Diff line change 27
27
with :
28
28
cache : true
29
29
cache-dependency-path : ' **/packages.lock.json'
30
- source-url : https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v3/index.json
31
- env :
32
- NUGET_AUTH_TOKEN : ${{ secrets.AZURE_NUGET_TOKEN }}
30
+
31
+ - name : Remove Azure Artifact Feed configurations
32
+ shell : pwsh
33
+ run : Remove-Item ./NuGet.Config
33
34
34
35
- name : Install PSResources
35
36
shell : pwsh
You can’t perform that action at this time.
0 commit comments