CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 6s
Some checks failed
/ build (push) Failing after 6s
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
TargetFramework=$1
|
||||
ProjectName=$2
|
||||
|
||||
"..\..\oqtane.framework\oqtane.package\nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
|
||||
cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"
|
||||
# chmod +x ../../oqtane.framework/Oqtane.Package/nuget.exe
|
||||
# "../../oqtane.framework/Oqtane.Package/nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
|
||||
# https://learn.microsoft.com/en-us/nuget/reference/dotnet-commands
|
||||
dotnet pack SZUAbsolventenverein.Module.EventRegistration.Package.csproj --no-build
|
||||
|
||||
#cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"
|
||||
|
Reference in New Issue
Block a user