Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj
  • Loading branch information
michal-paukert-tfs committed Aug 3, 2023
2 parents c45dd3e + d93d35e commit 1d22a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
PROJECT_FILE_PATH: SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj

# Configuration to build and package
# BUILD_CONFIGURATION: Release
BUILD_CONFIGURATION: Release

# Platform target to compile (default is empty/AnyCPU)
# BUILD_PLATFORM: x64
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../build.props" />
<Import Project="../build.props" />
<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 1d22a69

Please sign in to comment.