File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 18
18
echo Creating nuget package...
19
19
20
20
dotnet clean " ./MongoDB.Analyzer.sln"
21
- dotnet build " ./MongoDB.Analyzer.sln" -c Release
21
+ dotnet build " ./MongoDB.Analyzer.sln" -c Release -p:Version= " $PACKAGE_VERSION "
22
22
dotnet pack ./src/MongoDB.Analyzer.Package/MongoDB.Analyzer.Package.csproj -o ./artifacts/nuget -c Release -p:Version=" $PACKAGE_VERSION " -p:ContinuousIntegrationBuild=true
23
23
24
24
echo " ${ARTIFACTORY_PASSWORD} " | docker login --password-stdin --username " ${ARTIFACTORY_USERNAME} " artifactory.corp.mongodb.com
Original file line number Diff line number Diff line change 7
7
8
8
<PackageId >MongoDBAnalyzerCore</PackageId >
9
9
10
- <AssemblyVersion >1.3.0.0</AssemblyVersion >
11
10
<Company >MongoDB Inc.</Company >
12
11
<Copyright >Copyright © 2010-present MongoDB Inc.</Copyright >
13
12
<Description >MongoDB Roslyn analyzer for MongoDB .Net driver.</Description >
14
- <InformationalVersion >1.3.0</InformationalVersion >
15
13
<Product >MongoDB.Analyzer</Product >
16
14
<ImplicitUsings >enable</ImplicitUsings >
17
15
You can’t perform that action at this time.
0 commit comments