linchpin 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2075d9c13357d76fe9f22d5e62f28ef7b60ad62fe7e91303cc9c94cee3ae7cfd
4
- data.tar.gz: 5b533df2d605b45962969f83fe2834c8d6412787eef2f440559660753a5c3bfa
3
+ metadata.gz: a50f6f0aa5952592e7e3de8657b5b66bfec53f121fc8531395a869d82c8dc818
4
+ data.tar.gz: db2b4f19e26bfbf713f6b851f57d68be59dd4854c36b830bfaf47748bdc1de10
5
5
  SHA512:
6
- metadata.gz: bd271e494c662bef753d68677a45cbb3f9086368558bc6b9b7813fd24ea3c8b79d921108fcedd01296c54e840a81dc60c8ccfa5966adc62ac799d2474d10848f
7
- data.tar.gz: abcb6d800a15927c4d735814ac82a5bc97b22985b93dcc2779683a9d3a4336a663f1d61281ff3fea2a0808e1774436ca33d424f54fbbbadf3b4c60711de25d1d
6
+ metadata.gz: 703ff1c760ee3345ca5a196858fc003502af11284bf655f8cb0f637d7d07e638f46ea6ab87426a93b6082e8ff60e3bc30f64226c9c2257a27a975a02ea61017a
7
+ data.tar.gz: 41a2c2997fe52aaa2202b70d5c1252c4f1458f3d4c3a4ceac7496f82259d5c0f4ab417042b0d0bd8ba1439587793db78c6e4c3a92a29dd087081846bf2d0a3e0
@@ -11,6 +11,7 @@ RUN dotnet restore -nowarn:msb3202,nu1503
11
11
  RUN dotnet build --no-restore -c Release
12
12
 
13
13
  FROM build AS publish
14
+ WORKDIR /src/<%= @entry_project %>
14
15
  RUN dotnet publish --no-restore -c Release -o bin/deploy
15
16
 
16
17
  FROM base AS final
@@ -1,3 +1,3 @@
1
1
  module Linchpin
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linchpin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Everton