Compare commits
1 Commits
c3f52a8cf4
...
465222166f
Author | SHA1 | Date | |
---|---|---|---|
465222166f |
@ -27,11 +27,11 @@ jobs:
|
|||||||
uses: https://github.com/actions/setup-dotnet@v4
|
uses: https://github.com/actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: '9.x'
|
dotnet-version: '9.x'
|
||||||
- name: Setup NuGet
|
# - name: Setup NuGet
|
||||||
uses: https://github.com/nuget/setup-nuget@v2
|
# uses: https://github.com/nuget/setup-nuget@v2
|
||||||
with:
|
# with:
|
||||||
# nuget-api-key: ${{ secrets.NuGetAPIKey }}
|
# nuget-api-key: ${{ secrets.NuGetAPIKey }}
|
||||||
nuget-version: '5.x'
|
# nuget-version: '5.x'
|
||||||
- name: Build Oqtane
|
- name: Build Oqtane
|
||||||
run: dotnet build ./oqtane.framework/Oqtane.sln --configuration Debug
|
run: dotnet build ./oqtane.framework/Oqtane.sln --configuration Debug
|
||||||
- name: Build Module
|
- name: Build Module
|
||||||
|
@ -3,6 +3,6 @@ ProjectName=$2
|
|||||||
|
|
||||||
chmod +x ../../oqtane.framework/Oqtane.Package/nuget.exe
|
chmod +x ../../oqtane.framework/Oqtane.Package/nuget.exe
|
||||||
# "../../oqtane.framework/Oqtane.Package/nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
|
# "../../oqtane.framework/Oqtane.Package/nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
|
||||||
nuget pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
|
detnet nuget pack %ProjectName%.nuspec -Properties 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