File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 dotnet build sample -c Release
3434 dotnet test sample -c Release
3535 - name : Creating library package
36- run : dotnet pack src/ -c Release -o ${GITHUB_WORKSPACE} -p:version=$VERSION /nowarn:CS1591
36+ run : dotnet pack src/ -c Release -o ${GITHUB_WORKSPACE}/lib -p:version=$VERSION /nowarn:CS1591
3737 - name : Buidling template package
38- run : dotnet pack template/ -c Release -o ${GITHUB_WORKSPACE} -p:version=$VERSION -p:PackageVersion=$VERSION
38+ run : dotnet pack template/ -c Release -o ${GITHUB_WORKSPACE}/template -p:version=$VERSION -p:PackageVersion=$VERSION
3939 - name : Verifying template
4040 run : |
41- dotnet new --install ${GITHUB_WORKSPACE}/Razor.Components.Testing.Library.Template.$VERSION.nupkg
41+ dotnet new --install ${GITHUB_WORKSPACE}/template/ Razor.Components.Testing.Library.Template.$VERSION.nupkg
4242 dotnet new razortest -o ${GITHUB_WORKSPACE}/Test
4343 dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}
4444 dotnet test ${GITHUB_WORKSPACE}/Test
You can’t perform that action at this time.
0 commit comments