Skip to content

Commit 0cbe3f3

Browse files
committed
'dotnet pack
1 parent ddb0616 commit 0cbe3f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bin/
55
packages/
66
.idea/
77
*.iml
8-
8+
build/
99

1010
# Mobile Tools for Java (J2ME)
1111
.mtj.tmp/

deploy.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dotnet pack Algorithms/Algorithms.csproj /p:PackageVersion=1.0.1 --configuration release --include-source --output ../build

0 commit comments

Comments
 (0)