Skip to content

Commit

Permalink
disable package locks
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasMH committed Nov 24, 2024
1 parent e77d968 commit c24fdcd
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 374 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
with:
dotnet-version: "9.0.100"
cache: true
cache-dependency-path: src/ToMqttNet/packages.lock.json
- name: Restore
run: dotnet restore --locked-mode
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
Expand All @@ -54,7 +53,6 @@ jobs:
with:
dotnet-version: "9.0.100"
cache: true
cache-dependency-path: src/ToMqttNet/packages.lock.json
- name: Create Release NuGet package
run: |
arrTag=(${GITHUB_REF//\// })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>

<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>

<Version>0.1.4</Version>
<Authors>JonasMH</Authors>
<PackageDescription>ASP.NET Hosted MQTT Connection and models to make it easier to work with Home Assistant MQTT Discovery</PackageDescription>
Expand Down
33 changes: 0 additions & 33 deletions src/HomeAssistantDiscoveryNet/packages.lock.json

This file was deleted.

3 changes: 0 additions & 3 deletions src/ToMqttNet/ToMqttNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSymbols>true</IncludeSymbols>

<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>

<Version>0.1.4</Version>
<Authors>JonasMH</Authors>
<PackageDescription>ASP.NET Hosted MQTT Connection and models to make it easier to work with Home Assistant MQTT Discovery</PackageDescription>
Expand Down
115 changes: 0 additions & 115 deletions src/ToMqttNet/packages.lock.json

This file was deleted.

3 changes: 0 additions & 3 deletions test/ToMqttNet.Test.Unit/ToMqttNet.Test.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>

<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
Loading

0 comments on commit c24fdcd

Please sign in to comment.