File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v3
1919 - uses : microsoft/setup-msbuild@v1.0.2
2020
21- - name : 1. Versioning x64 Release
21+ - name : 1. Versioning Release
2222 uses : CodingWithCalvin/GHA-VSVsixVersioner@v1
2323 with :
2424 extension-manifest-file : ' ./src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/source.extension.vsixmanifest'
@@ -30,11 +30,10 @@ jobs:
3030 - name : 3. Restoring Packages
3131 run : nuget restore ./src/CodingWithCalvin.OpenInNotepadPlusPlus.sln
3232
33- - name : 4. Building x64 Project
33+ - name : 4. Building Project
3434 run : msbuild './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.csproj' /p:configuration='Release' /p:platform='x64'
3535
36- - name : 5. Publishing x64 Build Artifact
36+ - name : 5. Publishing Build Artifact
3737 uses : actions/upload-artifact@v3
3838 with :
39- path : ' ${{ github.workspace }}\src\CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64\bin\x64\Release\CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.vsix'
40- name : latest-x64
39+ path : ' ./src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.vsix'
You can’t perform that action at this time.
0 commit comments