File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
PowerShellToolsPro.Cmdlets Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6767 AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
6868 AZURE_CLIENT_SECRET : ${{ secrets.AZURE_CLIENT_SECRET }}
6969 - name : Upload Artifact
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : PowerShellTools.Cmdlets
7373 path : ./PowerShellToolsPro.Cmdlets/out
Original file line number Diff line number Diff line change 7070 env :
7171 PSGALLERY : ${{ secrets.PSGALLERY }}
7272 - name : Upload Artifact
73- uses : actions/upload-artifact@v3
73+ uses : actions/upload-artifact@v4
7474 with :
7575 name : PowerShellTools.Cmdlets
7676 path : ./PowerShellToolsPro.Cmdlets/out
Original file line number Diff line number Diff line change 3434 dotnet publish -f net472 -c Release .\IronmanPowerShellHost.csproj
3535
3636 - name : Upload Artifact
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : PowerShellTools
4040 path : IronmanPowerShellHost/bin/Release
Original file line number Diff line number Diff line change 6060 msbuild PowerShellTools.sln -p:Configuration=Release -p:Platform="Any CPU" -p:DevEnvDir="$devenv"
6161
6262 - name : Upload Artifact
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : PowerShellTools
6666 path : bin/Release/PowerShellTools.*.vsix
Original file line number Diff line number Diff line change 6060 AZURE_CLIENT_SECRET : ${{ secrets.AZURE_CLIENT_SECRET }}
6161
6262 - name : Upload Artifact
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : PowerShellTools
6666 path : vscode/powershellprotools/kit/powershellprotools-*.vsix
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $ManifestPath = Join-Path $OutDir PowerShellProTools.psd1
44$ModulePath = Join-Path $OutDir PowerShellProTools.psm1
55Remove-Item $ManifestPath - ErrorAction SilentlyContinue
66
7- $Version = " 2024.7 .0"
7+ $Version = " 2025.2 .0"
88# $prerelease = "-beta1"
99
1010$powerShellGet = Import-Module PowerShellGet - PassThru - ErrorAction Ignore - RequiredVersion 2.2 .5
You can’t perform that action at this time.
0 commit comments