File tree 4 files changed +12
-8
lines changed
4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- dotnet publish -c Release /p:RuntimeIdentifier=win-x64 ./src/Blogifier/Blogifier.csproj --output dist
1
+ dotnet clean
2
+ dotnet build -c Debug /p:RuntimeIdentifier=linux-x64 ./src/Blogifier/Blogifier.csproj --output dist
Original file line number Diff line number Diff line change 1
-
2
- # Local machine
3
- dotnet publish -c Release /p:RuntimeIdentifier=linux-x64 ./src/Blogifier/Blogifier.csproj --output dist
4
-
5
- # docker
6
- # docker build -t dorthl/blogifier:latest .
7
- # docker push dorthl/blogifier:latest
1
+ dotnet clean
2
+ dotnet build -c Debug /p:RuntimeIdentifier=win-x64 ./src/Blogifier/Blogifier.csproj --output dist
Original file line number Diff line number Diff line change
1
+ dotnet publish -c Release /p:RuntimeIdentifier=win-x64 ./src/Blogifier/Blogifier.csproj --output dist
Original file line number Diff line number Diff line change
1
+
2
+ # Local machine
3
+ dotnet publish -c Release /p:RuntimeIdentifier=linux-x64 ./src/Blogifier/Blogifier.csproj --output dist
4
+
5
+ # docker
6
+ # docker build -t dorthl/blogifier:latest .
7
+ # docker push dorthl/blogifier:latest
You can’t perform that action at this time.
0 commit comments