Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegoldfish committed Jun 28, 2024
1 parent 31f9d32 commit 893b9de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 4.8
- name: Install .NET Framework 4.8 Developer Pack
run: |
choco install netfx-4.8-devpack
- name: Build
run: |
cd Magitek
dotnet build --configuration Release
dotnet msbuild Magitek.csproj /t:build /p:Configuration=Release
- name: Install GitVersion
run: dotnet tool install --global GitVersion.Tool
- name: Generate Version
Expand Down
6 changes: 3 additions & 3 deletions Magitek/Magitek.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>c:\MagitekRelease\</OutputPath>
<OutputPath>bin\release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
Expand Down Expand Up @@ -1565,7 +1565,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwait.Fody">
<Version>3.3.2</Version>
<PrivateAssets>all</PrivateAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Costura.Fody">
<Version>5.7.0</Version>
Expand All @@ -1582,7 +1582,7 @@
</PackageReference>
<PackageReference Include="PropertyChanged.Fody">
<Version>4.1.0</Version>
<PrivateAssets>all</PrivateAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="RebornBuddy.Assemblies">
<Version>1.0.600</Version>
Expand Down

0 comments on commit 893b9de

Please sign in to comment.