File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,15 @@ jobs:
36
36
run : dotnet pack -c Release /p:BuildNumber=${{ github.run_number }}
37
37
- name : Test Template
38
38
run : |
39
+ artifact_dir=${{ github.workspace }}/artifacts
39
40
dotnet new install ./artifacts/BytecodeAlliance.Componentize.DotNet.Templates.*.nupkg
40
41
mkdir ${{ runner.temp }}/projects
41
42
pushd ${{ runner.temp }}/projects
42
43
dotnet new componentize.wasi.cli -o test
43
44
cd test
45
+ dotnet nuget add source $artifact_dir
44
46
dotnet build
47
+ dotnet list package
45
48
popd
46
49
# must use windows to generate package https://github.com/bytecodealliance/componentize-dotnet/issues/41
47
50
# only need one package published https://github.com/actions/upload-artifact?tab=readme-ov-file#not-uploading-to-the-same-artifact
You can’t perform that action at this time.
0 commit comments