From 51fc5e14c2f338cd9359687f6b71f6e557d06979 Mon Sep 17 00:00:00 2001 From: Parker Smith Date: Tue, 30 Apr 2024 23:45:16 -0400 Subject: [PATCH] Run the script in the build step This reverts commit a905e260d1544752fb992b76301515e4a785636d. --- .github/workflows/dotnet.yml | 2 ++ FuelEconomy.csproj | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 688c7de..4ccb0ab 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -24,6 +24,8 @@ jobs: dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore + - name: Update base URL + run: .\Update-Href.ps1 - name: Build run: dotnet build --no-restore - name: Publish diff --git a/FuelEconomy.csproj b/FuelEconomy.csproj index 618de68..35d6d49 100644 --- a/FuelEconomy.csproj +++ b/FuelEconomy.csproj @@ -22,8 +22,4 @@ - - - -