We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805058a commit 53e7ef4Copy full SHA for 53e7ef4
1 file changed
build.sh
@@ -13,10 +13,10 @@ git rev-parse HEAD > version.txt
13
popd
14
15
pushd FF1R
16
-rm -rf bin/Release/netcoreapp2.0/publish
+rm -rf bin/Release/netcoreapp2.1/publish
17
dotnet restore
18
dotnet publish -c Release
19
-cd bin/Release/netcoreapp2.0/publish
+cd bin/Release/netcoreapp2.1/publish
20
git rev-parse HEAD > version.txt
21
tar czf ff1r.tar.gz *
22
mv ff1r.tar.gz ../../../../..
0 commit comments