We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0e547 commit fd73c61Copy full SHA for fd73c61
.github/workflows/publish-nuget.yml
@@ -46,10 +46,10 @@ jobs:
46
sed -i "s/<Version>.*<\/Version>/<Version>${VERSION}<\/Version>/" XtermBlazor/XtermBlazor.csproj
47
48
- name: Restore dependencies
49
- run: dotnet restore XtermBlazor/XtermBlazor.sln
+ run: dotnet restore XtermBlazor/XtermBlazor.csproj
50
51
- name: Build
52
- run: dotnet build XtermBlazor/XtermBlazor.sln --configuration Release --no-restore
+ run: dotnet build XtermBlazor/XtermBlazor.csproj --configuration Release --no-restore
53
54
- name: Pack
55
run: dotnet pack XtermBlazor/XtermBlazor.csproj --configuration Release --no-build --output ./nupkgs
0 commit comments