Skip to content

Commit

Permalink
use old prep script
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 14, 2020
1 parent c779383 commit b186997
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ jobs:
- name: Modify PowerShell Policy
run: Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force

- name: Install .NET Framework (Dependencies)
- name: Install .NET Dependencies
run: |
choco install netfx-4.8
choco install netfx-4.8-devpack
- name: Install .NET
run: |
.\res\build\dotnet-install.ps1 -Channel 3.1
choco install visualstudio2019
choco install dotnetcore-sdk
choco install visualstudio2019-workload-netcorebuildtools
.\res\build\dotnet-install.ps1 -Channel 5.0.100
- name: NuGet (Release)
Expand Down
2 changes: 1 addition & 1 deletion res/build/nuget.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $PRODUCTNAME = "DragonFruit.Common"

Write-Output "Building $($PRODUCTNAME) Version $VERSION"
dotnet restore
dotnet build $PROJECTFILE -c Release /p:Version=$VERSION /p:PackageVersion=$VERSION
dotnet build $PROJECTFILE --no-restore -c Release /p:Version=$VERSION /p:PackageVersion=$VERSION

# pack into nuget files with the suffix if we have one

Expand Down

0 comments on commit b186997

Please sign in to comment.