diff --git a/sync-yarnspinner-dlls.sh b/sync-yarnspinner-dlls.sh index b003e15de..e8c2d2091 100755 --- a/sync-yarnspinner-dlls.sh +++ b/sync-yarnspinner-dlls.sh @@ -23,6 +23,7 @@ if [ -d .build-tmp ]; then fi cd $YARNSPINNER_FOLDER +dotnet-gitversion /updateAssemblyInfo mkdir -p .build-tmp dotnet build --configuration Debug -o .build-tmp YarnSpinner.Compiler @@ -37,6 +38,8 @@ rm -fv $YARNSPINNER_DLLS_DIR/Microsoft.CSharp.dll rm -rf .build-tmp +git checkout "*/AssemblyInfo.cs" + echo "Synced current working directory of Yarn Spinner from $YARNSPINNER_FOLDER" popd