We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a3cc7 commit 4d5234cCopy full SHA for 4d5234c
build.sh
@@ -2,11 +2,6 @@
2
3
set -e
4
5
-# Make sure that SourceLink uses the GitHub repo, even if that's not where
6
-# our origin remote points at.
7
-git remote add github https://github.com/GoogleCloudPlatform/functions-framework-dotnet.git
8
-export GitRepositoryRemoteName=github
9
-
10
export ContinuousIntegrationBuild=true
11
export Configuration=Release
12
# When building examples, build against the version in this
@@ -28,7 +23,3 @@ dotnet pack -nologo -v quiet src -o $PWD/nupkg
28
23
29
24
echo Created packages:
30
25
ls nupkg
31
32
-# Remove the github remote so that if there are multiple iterations
33
-# against the same clone, the "git remote add" earlier will work.
34
-git remote remove github
0 commit comments