File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,12 @@ jobs:
7171 if test -n "$(git tag --list "$ProjectName-$Version" | tr -d '[:space:]')"; then
7272 echo "Version $Version already exists for $ProjectName"
7373 else
74+ rm -rf nuget
7475 dotnet pack "$ProjectName" --configuration Release --no-build --include-symbols --nologo --output nuget &&\
7576 dotnet nuget push nuget/*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key "$NUGETKEY" --skip-duplicate &&\
7677 git tag "$ProjectName-$Version" && git push origin "$ProjectName-$Version" || { echo "Error occurred"; exit 1; }
7778 fi
7879 }
7980
80- publish_project " Controls"
81- publish_project " Controls.Extensions"
81+ publish_project Controls
82+ publish_project Controls.Extensions
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <LangVersion >11</LangVersion >
5- <TargetFrameworks >netstandard2.1;net6.0;net7.0;net8.0 </TargetFrameworks >
5+ <TargetFrameworks >netstandard2.1;net6.0</TargetFrameworks >
66 <AssemblyName >Playwright.ReactUI.Controls.Extensions</AssemblyName >
77 <RootNamespace >Playwright.ReactUI.Controls.Extensions</RootNamespace >
88 <OutputPath >..\..\bin</OutputPath >
2323 <Title >Playwright.ReactUI.Controls.Extensions</Title >
2424 <AssemblyVersion >1.0.0.0</AssemblyVersion >
2525 <FileVersion >1.0.0</FileVersion >
26- <Version >1.0.1-dev </Version >
26+ <Version >1.1.0 </Version >
2727 <Authors >Evgeniy Ivanov</Authors >
2828 <Product >Playwright.ReactUI.Controls.Extensions</Product >
2929 <PackageReadmeFile >README-Controls.Extensions.md</PackageReadmeFile >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <LangVersion >11</LangVersion >
5- <TargetFrameworks >netstandard2.1;net6.0;net7.0;net8.0 </TargetFrameworks >
5+ <TargetFrameworks >netstandard2.1;net6.0</TargetFrameworks >
66 <AssemblyName >Playwright.ReactUI.Controls</AssemblyName >
77 <RootNamespace >Playwright.ReactUI.Controls</RootNamespace >
88 <OutputPath >..\..\bin</OutputPath >
2424 <Title >Playwright.ReactUI.Controls</Title >
2525 <AssemblyVersion >1.0.0.0</AssemblyVersion >
2626 <FileVersion >1.0.0</FileVersion >
27- <Version >1.0.1-dev </Version >
27+ <Version >1.1.0 </Version >
2828 <Authors >Evgeniy Ivanov</Authors >
2929 <Product >Playwright.ReactUI.Controls</Product >
3030 <PackageReadmeFile >README-Controls.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments