Compare commits
1 Commits
a1b5d0371d
...
4a1d334a5c
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a1d334a5c |
@@ -3,5 +3,5 @@ ProjectName=$2
|
|||||||
|
|
||||||
find . -name *.nupkg -delete
|
find . -name *.nupkg -delete
|
||||||
dotnet run --project ../../fixProps/FixProps/FixProps.csproj
|
dotnet run --project ../../fixProps/FixProps/FixProps.csproj
|
||||||
nuget pack $ProjectName.nuspec -Properties "targetframework=${TargetFramework};ProjectName=${ProjectName}"
|
dotnet pack $ProjectName.nuspec "/p:targetframework=${TargetFramework};ProjectName=${ProjectName}"
|
||||||
cp -f *.nupkg ../../oqtane.framework/Oqtane.Server/Packages/
|
cp -f *.nupkg ../../oqtane.framework/Oqtane.Server/Packages/
|
||||||
|
|||||||
Reference in New Issue
Block a user